Skip to content

Commit

Permalink
black formatting for test
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing committed Aug 22, 2024
1 parent f2e03b2 commit 4e93b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ctsm/test/test_sys_run_tower.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def test_ad_site(self):
# Test use of base case root.
# Test for using prism?


def test_plumber_site(self):
"""
This test specifies a site to run a default plumber AD case with
Expand All @@ -109,6 +108,7 @@ def test_plumber_site(self):
# assert that AR-SLu directories were created during setup
self.assertTrue("AR-SLu" in glob.glob(self._tempdir + "/AR-SLu*")[0])


if __name__ == "__main__":
unit_testing.setup_for_tests()
unittest.main()

0 comments on commit 4e93b99

Please sign in to comment.