diff options
author | 2020-01-04 16:30:07 +0100 | |
---|---|---|
committer | 2020-01-04 16:54:53 +0100 | |
commit | ba819d7a0e71e4ce208ec397a47b755a89b47b56 (patch) | |
tree | bbcdf97d6435ea0835ab185f111e725219a6244e | |
parent | bdd0316daf957bd32e0d08e20cda50baee9d8313 (diff) |
Add a missing blank line
Change-Id: I466d655162c1ddd5f4e3ef0e356a27007bfaea0f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 1578582efb2dd748fce2e44174c54fd2613bf492)
-rw-r--r-- | xtesting/tests/unit/core/test_testcase.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtesting/tests/unit/core/test_testcase.py b/xtesting/tests/unit/core/test_testcase.py index f3b2d512..63bfc3fe 100644 --- a/xtesting/tests/unit/core/test_testcase.py +++ b/xtesting/tests/unit/core/test_testcase.py @@ -449,6 +449,7 @@ class TestCaseTesting(unittest.TestCase): ExtraArgs={'ContentType': 'text/plain'})] self.assertEqual(args[1].mock_calls, expected) + if __name__ == "__main__": logging.disable(logging.CRITICAL) unittest.main(verbosity=2) |