Skip to content

Commit

Permalink
Better names for test files
Browse files Browse the repository at this point in the history
  • Loading branch information
teddygroves committed Dec 2, 2024
1 parent ef86fe6 commit a412638
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions tests/test.py → tests/test_doi.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
@pytest.mark.parametrize(
"path,format",
[
(Path("test") / "test.md", "markdown"),
(Path("test") / "test.tex", "latex"),
(Path("test") / "test.docx", "docx"),
(Path("tests") / "example.md", "markdown"),
(Path("tests") / "example.tex", "latex"),
(Path("tests") / "example.docx", "docx"),
],
)
def test_get_dois(path, format):
Expand Down

0 comments on commit a412638

Please sign in to comment.