1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +02:00

clean up template

This commit is contained in:
Kelly Brazil
2024-03-01 13:53:02 -08:00
parent abbd4820fd
commit 495c353c5d

View File

@@ -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__)