Skip to content

Commit

Permalink
clean up template
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjonbrazil committed Mar 1, 2024
1 parent abbd482 commit 495c353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/templates/_test_foo_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ class MyTests(unittest.TestCase):

def test_foo_nodata(self):
"""
Test 'my_parser_name' with no data
Test 'foo' with no data
"""
test_utils.run_no_data(self, __file__, {})

def test_foo_all_fixtures(self):
"""
Test 'my_parser_name' with various fixtures
Test 'foo' with various fixtures
"""
test_utils.run_all_fixtures(self, __file__)

Expand Down

0 comments on commit 495c353

Please sign in to comment.