testmycode / tmc-langs

TMC language support framework
2 stars 17 forks source link

Parse test names, remove bool is not bool #109

Closed jolampi closed 4 years ago

jolampi commented 4 years ago

This pull request adds some parsing to Python test results. For example, test.test_viiva.ViivaTest.test_funktio_olemassa will be stripped down to ViivaTest: test_funktio_olemassa

Any False is not true (and vice versa) will also be removed from the start of test messages.