Skip to content

Commit

Permalink
bump mktests
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Feb 6, 2024
1 parent 3639aa6 commit b6997ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/openai/docs/test_mkdocs.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import pathlib
import pytest

from mktestdocs import check_md_file


# Note the use of `str`, makes for pretty output
@pytest.mark.parametrize(
"fpath", pathlib.Path("docs/examples").glob("**/*.md"), ids=str
)
@pytest.mark.skip(reason="This test is not yet implemented")
def test_files_good(fpath):
from mktestdocs import check_md_file

check_md_file(fpath=fpath, memory=True)

0 comments on commit b6997ea

Please sign in to comment.