You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: