labcodes / django-react-boilerplate

Boilerplate for a Django + React project
41 stars 6 forks source link

Should we use pytest as test framework? #38

Closed luzfcb closed 3 years ago

luzfcb commented 3 years ago

It means also use pytest-django

Known issues of pytest-django:

pytest-django does not currently support Serialized Rollback https://docs.djangoproject.com/en/3.2/topics/testing/overview/#rollback-emulation

https://github.com/pytest-dev/pytest-django/pull/919

CavalcanteLucas commented 3 years ago

Implemented in PR#49