diff --git a/tests/functional/test_functional_example.py b/tests/functional/test_functional_example.py index 494e59015..282f6b8a3 100644 --- a/tests/functional/test_functional_example.py +++ b/tests/functional/test_functional_example.py @@ -1,4 +1,4 @@ -# Use this to test non-unit tests +# File with example non-unit test def test_placeholder(): diff --git a/tests/unit/test_unit_example.py b/tests/unit/test_unit_example.py index e139b4c44..b3e6da837 100644 --- a/tests/unit/test_unit_example.py +++ b/tests/unit/test_unit_example.py @@ -1,4 +1,4 @@ -# Use this to test custom functions +# File with example unit test def test_placeholder():