Skip to content

Commit 4832287

Browse files
undo conftest change
1 parent 8b4c8b5 commit 4832287

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

frontmatter/conftest.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import pytest
2+
3+
4+
@pytest.fixture(autouse=True)
5+
def add_globals(doctest_namespace):
6+
import frontmatter
7+
8+
doctest_namespace["frontmatter"] = frontmatter

0 commit comments

Comments
 (0)