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:
@@ -13,13 +13,13 @@ class MyTests(unittest.TestCase):
|
|||||||
|
|
||||||
def test_foo_nodata(self):
|
def test_foo_nodata(self):
|
||||||
"""
|
"""
|
||||||
Test 'my_parser_name' with no data
|
Test 'foo' with no data
|
||||||
"""
|
"""
|
||||||
test_utils.run_no_data(self, __file__, {})
|
test_utils.run_no_data(self, __file__, {})
|
||||||
|
|
||||||
def test_foo_all_fixtures(self):
|
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__)
|
test_utils.run_all_fixtures(self, __file__)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user