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

Re-organise test files for easier navigation #2557

Open
elichad opened this issue Oct 26, 2023 · 0 comments
Open

Re-organise test files for easier navigation #2557

elichad opened this issue Oct 26, 2023 · 0 comments

Comments

@elichad
Copy link
Contributor

elichad commented Oct 26, 2023

The way our tests are organised isn't particularly consistent across our different apps and models. Sometimes view tests will be in test_views.py, sometimes they're under test_<model>.py, etc., and this is similar for forms, filters, and so on. This makes it a bit harder to determine if a feature is tested and where those tests live. Our class names are more consistent, but still not perfect.

It would be nice to standardise how we name test classes and files, and the types of test that should belong to particular files.

@elichad elichad added this to To do - Unprioritized in Miscellaneous issue backlog via automation Oct 26, 2023
@elichad elichad moved this from To do - Unprioritized to To do - low priority in Miscellaneous issue backlog Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Miscellaneous issue backlog
To do - low priority
Development

No branches or pull requests

1 participant