chore: remove useless test (#263)

master
Caleb Hattingh 2024-05-03 23:52:38 +02:00 committed by GitHub
parent 52f7d6d08d
commit f0cfe7445b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@ import pytest
from mktestdocs import check_md_file from mktestdocs import check_md_file
def test_hello():
assert True
@pytest.mark.parametrize("filepath", Path("docs").glob("**/*.md"), ids=str) @pytest.mark.parametrize("filepath", Path("docs").glob("**/*.md"), ids=str)
def test_docs(filepath): def test_docs(filepath):