diff options
Diffstat (limited to 'tests/01_test_help.py')
-rw-r--r-- | tests/01_test_help.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/01_test_help.py b/tests/01_test_help.py index 3077c7d7..0e4cf1d2 100644 --- a/tests/01_test_help.py +++ b/tests/01_test_help.py @@ -2,6 +2,8 @@ """Check if --help works""" +from . import context + import unittest class TestHelp(unittest.TestCase): |