-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: How to run tests outside of a docker container? #24
Comments
Hi @ebreton btw, I really like your suggestion for the Cheers, |
Hi, thanks for the beautiful framework and cookiecutter project!
I'm setting up a project using this cookiecutter and I haven't managed to run the tests without the use of the script that generates the tests docker container. Is there a way to quickly run the tests without recreating a docker container?
I plan to use TDD in my development and if I have to wait a long time for the tests to run it will discourage me from following that practice...
I tried running the tests by executing
docker-compose exec backend bash
and then running the tests runningbash tests-start.sh
and also by simply runningpytest
, but for the former the tests don't manage to authenticate and for the latte I get apytest
not found error.Any hints would be very welcome!
The text was updated successfully, but these errors were encountered: