aboutsummaryrefslogtreecommitdiff
path: root/Tests/pens/boundsPen_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/pens/boundsPen_test.py')
-rw-r--r--Tests/pens/boundsPen_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/pens/boundsPen_test.py b/Tests/pens/boundsPen_test.py
index c0c56108..190161f3 100644
--- a/Tests/pens/boundsPen_test.py
+++ b/Tests/pens/boundsPen_test.py
@@ -70,6 +70,7 @@ class ControlBoundsPenTest(unittest.TestCase):
self.assertEqual(None, pen.bounds)
-if __name__ == '__main__':
+if __name__ == "__main__":
import sys
+
sys.exit(unittest.main())