- Start backend_test:
make run-docker-test
that will build both backend_test and start stripe-mock container - Run test in docker container:
make docker-test
=> That will automaticly run test on all test files - If we want test specific file, replace
PIPENV_DOTENV_LOCATION=.test.env pipenv run pytest tests
with specific file path
Last active
March 27, 2020 07:34
-
-
Save hprobotic/9d7762c17b8b45d27cd38b1fd9bef399 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment