Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMove tests to a single tests/ folder #290
Open
Comments
|
I'll give a shot at this. |
|
This is still in active discussion and we're not yet decided if this is something we're going to do. As a note for future @ju-sh, it's best to wait for a reply and to be assigned by an org member before going ahead with any PRs. |
|
Sorry, that's my bad. I was given the go-ahead to apply the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed on Discord, we currently have tests for each app placed within the app's directory - but this leaves us without a clean place to test things like utils, which aren't unique to the app.
Instead, all tests should be moved to
pydis_site/tests, with a subfolder for each app - much like we did with the templates and static files.