Adding upstream version 0.15.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0184169650
commit
c6da052ee9
47 changed files with 6799 additions and 0 deletions
9
tests/conftest.py
Normal file
9
tests/conftest.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
from pathlib import Path
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def data_dir() -> Path:
|
||||
here = Path(__file__)
|
||||
return here.parent / "data"
|
Loading…
Add table
Add a link
Reference in a new issue