mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Added __main__ code
This commit is contained in:
parent
e3d5494a51
commit
3ff4b54050
|
@ -179,3 +179,7 @@ class TestEnvVars(PillowTestCase):
|
||||||
self.assert_warning(
|
self.assert_warning(
|
||||||
UserWarning, Image._apply_env_variables,
|
UserWarning, Image._apply_env_variables,
|
||||||
{'PILLOW_BLOCKS_MAX': 'wat'})
|
{'PILLOW_BLOCKS_MAX': 'wat'})
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
unittest.main()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user