Comment 1 for bug 271892

Revision history for this message
Michal Kwiatkowski (ruby) wrote :

I stumbled unto this bug once or twice, but after further inspection I couldn't reproduce it. It seemed to appear only when appending to new test classes generated by the Pythoscope itself. Those are kept pickled the way they were generated. If you force reparsing of the test file (e.g. by touching it) Pythoscope will be able to append new test cases just right. The bug is most likely inside the store.py:TestClass._append_test_case_code method.