Skip to content
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

Use pytest for Django tests #127

Closed
haikoschol opened this issue Nov 6, 2019 · 1 comment
Closed

Use pytest for Django tests #127

haikoschol opened this issue Nov 6, 2019 · 1 comment

Comments

@haikoschol
Copy link
Collaborator

Currently we make a distinction between Django tests (that need a database) and unit tests written with pytest. It would be better to only have one command to run all tests, maybe with a method to skip any that need a database although that's not really necessary IMHO. Another benefit would be that we can use pytest features in Django tests of course.

@haikoschol
Copy link
Collaborator Author

closed via #133

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant