-
Notifications
You must be signed in to change notification settings - Fork 12
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
What to test exactly #9
Comments
In the current state the application is not very testable. I tried to create tests but creating the app-for testing purposes is quite difficult, mainly because of: Although Unittests of Classes and helper-utils might even be possible, in practice most python-files use dependencies from flask which results in "outside app-context issues" when testing. Therefore i'd like to get this project in a testable shape rather early on. I'm not sure whether you're biased to anything or have strong opinions on how to test that stuff. Here is a rough idea on what worked for me on a midsize flask-project with 90+ tests and roughly 80% test-coverage:
Would such an approach work for you? I'm happy to work on that but it will include some heavy changes in filestructures and the way the app is started/tested. |
I want to start by testing junction.py. I'm mostly concerned with:
I've got a The UI is currently being rewritten ( |
This thing needs tests:
The text was updated successfully, but these errors were encountered: