This is my weekly check-in as I head into the fourth week of my Gsoc experience. In this article I talk about the work that I will carry out and the approach that I will accept to do so.
Since some xfailing tests were fixed, their cassettes had to be re-recorded. Also my mentors had asked me to move all tests from test_wsaa_crypto.py to test_wsaa.py. This was done so that there was only a single test script for all the scripts that were tested.
Apart from the tests, my mentors had also asked me to add coverage report for the tests, so that we could have the code coverage in percentage for the scripts that were tested.
What will I be doing?
My mentors have asked me to fix some more unit tests before I can move forward and work on python entry points. These are tests that were either marked as skipped or xfailed because of the unexpected results they were giving. The scripts that contained these skipped or xfailing tests were:-- test_wsaa.py
- test_wsfev1.py
- test_wsmtx.py
Since some xfailing tests were fixed, their cassettes had to be re-recorded. Also my mentors had asked me to move all tests from test_wsaa_crypto.py to test_wsaa.py. This was done so that there was only a single test script for all the scripts that were tested.
Apart from the tests, my mentors had also asked me to add coverage report for the tests, so that we could have the code coverage in percentage for the scripts that were tested.