diff --git a/tests/templates/_test_foo_simple.py b/tests/templates/_test_foo_simple.py index a1697bc85..2bd24c5c6 100644 --- a/tests/templates/_test_foo_simple.py +++ b/tests/templates/_test_foo_simple.py @@ -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__)