From f0cfe7445bf1360db85671dfe935f5a40c7c4cea Mon Sep 17 00:00:00 2001 From: Caleb Hattingh Date: Fri, 3 May 2024 23:52:38 +0200 Subject: [PATCH] chore: remove useless test (#263) --- tests/test_docs.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_docs.py b/tests/test_docs.py index 9d059b3..9823ab4 100644 --- a/tests/test_docs.py +++ b/tests/test_docs.py @@ -3,9 +3,6 @@ import pytest from mktestdocs import check_md_file -def test_hello(): - assert True - @pytest.mark.parametrize("filepath", Path("docs").glob("**/*.md"), ids=str) def test_docs(filepath):