From 48d6beaeef30d22e9366fdf7fa5d3311da66bf89 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 24 Jan 2022 13:47:27 -0800 Subject: Adds optional code coverage reporting to run_tests.sh. --- tests/acl_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/acl_test.py') 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() -- cgit v1.3