This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients amaury.forgeotdarc, belopolsky, ezio.melotti, meador.inge, michael.foord, pitrou, serhiy.storchaka, zach.ware
Date 2014-08-08.15:26:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407511573.37.0.17187902304.issue22060@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-08-08 15:26:13zach.waresetrecipients: + zach.ware, amaury.forgeotdarc, belopolsky, pitrou, ezio.melotti, michael.foord, meador.inge, serhiy.storchaka
2014-08-08 15:26:13zach.waresetmessageid: <1407511573.37.0.17187902304.issue22060@psf.upfronthosting.co.za>
2014-08-08 15:26:13zach.warelinkissue22060 messages
2014-08-08 15:26:13zach.warecreate