Merge pull request #3459 from radarhere/core_resources

Added __main__ code to test_core_resources
This commit is contained in:
Hugo 2018-11-16 17:55:46 +02:00 committed by GitHub
commit 6a63693d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,3 +179,7 @@ class TestEnvVars(PillowTestCase):
self.assert_warning(
UserWarning, Image._apply_env_variables,
{'PILLOW_BLOCKS_MAX': 'wat'})
if __name__ == '__main__':
unittest.main()