labcodes / django-react-boilerplate

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

Use `pytest` #49

Closed CavalcanteLucas closed 3 years ago

CavalcanteLucas commented 3 years ago

Link to task: Issue https://github.com/labcodes/django-react-webpack/issues/38

How to test: Run pytest comman, or the script make test in the main directory and check that all tests are passing. Run make cov and check that browser opens with test reports.

Description of your solution: