diff --git a/tests/test_methods.py b/tests/test_methods.py index 40b57916..ae296628 100644 --- a/tests/test_methods.py +++ b/tests/test_methods.py @@ -26,7 +26,8 @@ def test_hello(unit_test_mocks: None): def test_int_hello(): """ - This test is marked implicitly as an integration test because the name contains "_init_" - https://docs.pytest.org/en/6.2.x/example/markers.html#automatically-adding-markers-based-on-test-names + This test is marked implicitly as an integration test because the name contains "_int_". See + tests/conftest.py and https://docs.pytest.org/en/6.2.x/example/markers.html#automatically-adding-markers-based-on-test-names + for more details. """ hello_test()