Message225075
In pre-commit testing, I realized I was getting skips that I shouldn't have been getting, and it turns out that I screwed up both setUpModule functions from the previous patch. New patch fixes test_loading and test_find to use the skipTest method instead of skip decorators, so the necessary variables are actually set when they're looked for. I also combined the setUpModule in test_find with the setUp method of the TestOpenGL_libs into a setUpClass classmethod, which makes things a little simpler and cleaner.
Since I was in there anyway, I went ahead and fixed your point about test.support.verbose. I had not thought about that issue previously.
I'll go ahead and commit later today unless something else jumps out as being wrong. |
|
Date |
User |
Action |
Args |
2014-08-08 15:26:13 | zach.ware | set | recipients:
+ zach.ware, amaury.forgeotdarc, belopolsky, pitrou, ezio.melotti, michael.foord, meador.inge, serhiy.storchaka |
2014-08-08 15:26:13 | zach.ware | set | messageid: <1407511573.37.0.17187902304.issue22060@psf.upfronthosting.co.za> |
2014-08-08 15:26:13 | zach.ware | link | issue22060 messages |
2014-08-08 15:26:13 | zach.ware | create | |
|