Skip to content

Commit

Permalink
Merge pull request #3459 from radarhere/core_resources
Browse files Browse the repository at this point in the history
Added __main__ code to test_core_resources
  • Loading branch information
hugovk committed Nov 16, 2018
2 parents 0b88155 + 3ff4b54 commit 6a63693
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/test_core_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,7 @@ def test_warnings(self):
self.assert_warning(
UserWarning, Image._apply_env_variables,
{'PILLOW_BLOCKS_MAX': 'wat'})


if __name__ == '__main__':
unittest.main()

0 comments on commit 6a63693

Please sign in to comment.