diff options
| author | Scott <[email protected]> | 2022-01-24 13:47:27 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-24 13:47:27 -0800 |
| commit | 48d6beaeef30d22e9366fdf7fa5d3311da66bf89 (patch) | |
| tree | 6169fc2fe51fd5582e7900135e624d78799ca65a /tests/acl_test.py | |
| parent | e2b1ec0d293fd3d17854194189ed5ee1c28f705f (diff) | |
Adds optional code coverage reporting to run_tests.sh.
Diffstat (limited to 'tests/acl_test.py')
| -rwxr-xr-x | tests/acl_test.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/acl_test.py b/tests/acl_test.py index 4c1cf21..1e9dcbf 100755 --- a/tests/acl_test.py +++ b/tests/acl_test.py @@ -4,7 +4,7 @@ import re import unittest import acl -import bootstrap +import unittest_utils # Needed for --unittests_ignore_perf flag class TestSimpleACL(unittest.TestCase): @@ -89,5 +89,4 @@ class TestSimpleACL(unittest.TestCase): if __name__ == '__main__': - unittest.main = bootstrap.initialize(unittest.main) unittest.main() |
