Skip to content

Instantly share code, notes, and snippets.

@hprobotic
Last active March 27, 2020 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hprobotic/9d7762c17b8b45d27cd38b1fd9bef399 to your computer and use it in GitHub Desktop.
Save hprobotic/9d7762c17b8b45d27cd38b1fd9bef399 to your computer and use it in GitHub Desktop.
  1. Start backend_test: make run-docker-test that will build both backend_test and start stripe-mock container
  2. Run test in docker container: make docker-test => That will automaticly run test on all test files
  3. If we want test specific file, replace PIPENV_DOTENV_LOCATION=.test.env pipenv run pytest tests with specific file path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment