From a621254b263664efa308a645214d3d140e068676 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 8 Dec 2022 01:27:28 -0500 Subject: tests: drop old unittest.main logic We use pytest now which doesn't need this boilerplate. Change-Id: Ib71d90b3f1669897814ee768927b5b595ca8d789 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/354355 Reviewed-by: Josip Sokcevic Tested-by: Mike Frysinger --- tests/test_git_superproject.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/test_git_superproject.py') diff --git a/tests/test_git_superproject.py b/tests/test_git_superproject.py index 0bb77185..1425f4ce 100644 --- a/tests/test_git_superproject.py +++ b/tests/test_git_superproject.py @@ -366,7 +366,3 @@ class SuperprojectTestCase(unittest.TestCase): 'revision="52d3c9f7c107839ece2319d077de0cd922aa9d8f"/>' '' '') - - -if __name__ == '__main__': - unittest.main() -- cgit v1.2.3-54-g00ecf