adding initial tests

This commit is contained in:
2021-10-17 06:51:47 +01:00
parent c318045258
commit 4ae4eb085c
10 changed files with 196 additions and 67 deletions

6
tests/conftest.py Normal file
View File

@@ -0,0 +1,6 @@
import pytest
@pytest.fixture()
def header():
return "panaetius_testing"