We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Take some time to properly organize all the tests.
Probably would be best to split them up my module and giving them individual conftest.py(s) or something.
conftest.py(s)
The text was updated successfully, but these errors were encountered:
happy to pitch in. im familiar with TDD , but not on Python. any sample to get me started ?
Sorry, something went wrong.
Sure!
So the main issue with the tests right now is that they are simply poorly structured and tend to be very susceptible to hidden test dependencies.
I'd like to eliminate any flakyness, but thats a tough goal currently haha.
Would also like to split the test up into individual modules (see Good Integration Practices).
Overall I'd say take a look at the tests for the packages module to get an idea.
Any efforts would be appreciated! Am trying to find time to wrap up #97 and improve overall documentation.
Thanks.
No branches or pull requests
Take some time to properly organize all the tests.
Probably would be best to split them up my module and giving them individual
conftest.py(s)
or something.The text was updated successfully, but these errors were encountered: