Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 446 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 446 Bytes

This repo contains some very simple scripts to smoke test API changes for consistency and speed.

Usage

  • in smoketest.py, set the URL roots for the current API (API) and experimental API (APIX)
  • build the image described in Dockerfile: docker image build -t argovis/smoketest:dev .
  • run from the root dir of this repo, and provide your API key: docker container run -v $(pwd):/app --env TOKEN=<api key> argovis/smoketest:dev