diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/simple_acl_test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/simple_acl_test.py b/tests/simple_acl_test.py index 7c17415..6c9b24c 100755 --- a/tests/simple_acl_test.py +++ b/tests/simple_acl_test.py @@ -3,6 +3,7 @@ import re import unittest +import bootstrap import simple_acl as acl @@ -44,4 +45,5 @@ class TestSimpleACL(unittest.TestCase): if __name__ == '__main__': + unittest.main = bootstrap.initialize(unittest.main) unittest.main() |
