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

Reorganize test files into a tests directory #476

Open
jonespm opened this issue Apr 9, 2024 · 0 comments
Open

Reorganize test files into a tests directory #476

jonespm opened this issue Apr 9, 2024 · 0 comments

Comments

@jonespm
Copy link
Member

jonespm commented Apr 9, 2024

This project has a number of test files scattered around the code. It's generally recommended that tests be placed in a directory called "tests" in each app or creating a top level tests and putting them all in there.

Then split split up rather than having everything in a tests.py.

I think we'd like to push toward this into running the tests on a Github Action and making the tests easier to add and extend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant