SIGN IN SIGN UP

Tests of case-sensitivity were being executed on OSs which did not have a

case-insensitive file system, leading to test failures. This was due to using
the TestCase objects directly instead of the guard in the test_main() function.
Move over to a class decorator instead to control if the tests should be run.
B
Brett Cannon committed
2c5c79cfc477c0537f296fa3ce7289dbc9a72c83
Parent: b0516a6