Now we have backend/test_redirect_404.py, backend/about/test_views.py and the test file in @Samwest5' soon-to-merge PR #21. Since we're following Django's recommended structure (i.e. templates, migrations, fixtures, commands), we might as well to have a tests directory for each Django app, such as parrot/backend/tests/test_redirect_404.py and backend/about/tests/test_views.py?
I think it would be a good first task for potential contributors to get started.
Now we have
backend/test_redirect_404.py,backend/about/test_views.pyand the test file in @Samwest5' soon-to-merge PR #21. Since we're following Django's recommended structure (i.e. templates, migrations, fixtures, commands), we might as well to have atestsdirectory for each Django app, such asparrot/backend/tests/test_redirect_404.pyandbackend/about/tests/test_views.py?I think it would be a good first task for potential contributors to get started.