chore: remove useless test (#263)
parent
52f7d6d08d
commit
f0cfe7445b
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue