junction
junction copied to clipboard
Complete the testing suite for all models (Both unit and functional)
I'll try to do this by the end of this month as the new changes are made. Shall I go ahead with it?
Thanks for thinking about the test cases. Testing models can be tricky.
Would you be interested in writing test cases for views/services
which internally relies on models?
@kracekumar Sure!
@mish24 Good. The test runner displays the coverage information. From there you can start finding which part of the code needs testing.
I just realized the same. Most PRs don't have a testcase. Is there anything I can help with in this area?
We have a bunch of integration tests but very little unit tests. You can check https://github.com/pythonindia/junction/tree/master/tests/unit and add unit tests for the models. You can start with the Proposals and Conferences model.