:3
This commit is contained in:
parent
03043b2e5c
commit
aa647ec057
932 changed files with 145602 additions and 111 deletions
10
venv/lib/python3.12/site-packages/frontmatter/conftest.py
Normal file
10
venv/lib/python3.12/site-packages/frontmatter/conftest.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def add_globals(doctest_namespace: dict[str, object]) -> None:
|
||||
import frontmatter
|
||||
|
||||
doctest_namespace["frontmatter"] = frontmatter
|
Loading…
Add table
Add a link
Reference in a new issue