aboutsummaryrefslogtreecommitdiff
path: root/cwp/cr_os/fetch_gn_descs_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'cwp/cr_os/fetch_gn_descs_test.py')
-rw-r--r--cwp/cr_os/fetch_gn_descs_test.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/cwp/cr_os/fetch_gn_descs_test.py b/cwp/cr_os/fetch_gn_descs_test.py
index 7631c136..468d0b12 100644
--- a/cwp/cr_os/fetch_gn_descs_test.py
+++ b/cwp/cr_os/fetch_gn_descs_test.py
@@ -117,7 +117,3 @@ class Test(unittest.TestCase):
warnings, desc_json = fetch_gn_descs._parse_gn_desc_output(gn_desc)
self.assertEqual(warnings, "")
self.assertEqual(desc_json, {"bar": "baz"})
-
-
-if __name__ == "__main__":
- unittest.main()