mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 10:16:17 +03:00
Merge pull request #3459 from radarhere/core_resources
Added __main__ code to test_core_resources
This commit is contained in:
commit
6a63693d23
|
@ -179,3 +179,7 @@ class TestEnvVars(PillowTestCase):
|
|||
self.assert_warning(
|
||||
UserWarning, Image._apply_env_variables,
|
||||
{'PILLOW_BLOCKS_MAX': 'wat'})
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
Loading…
Reference in New Issue
Block a user