From 495c353c5d573e15c448817fafc140cd2e22b56d Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 1 Mar 2024 13:53:02 -0800 Subject: [PATCH] clean up template --- tests/templates/_test_foo_simple.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/templates/_test_foo_simple.py b/tests/templates/_test_foo_simple.py index a1697bc8..2bd24c5c 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__)