diff --git a/datazen/dev_requirements.txt b/datazen/dev_requirements.txt index 324d528..4563b41 100644 --- a/datazen/dev_requirements.txt +++ b/datazen/dev_requirements.txt @@ -6,3 +6,4 @@ mypy isort yamllint setuptools-wrapper +pytest diff --git a/local/configs/package.yaml b/local/configs/package.yaml index 4ff2d8c..4c5afa8 100644 --- a/local/configs/package.yaml +++ b/local/configs/package.yaml @@ -10,6 +10,7 @@ requirements: - vcorelib>=1.2.3 dev_requirements: - setuptools-wrapper + - pytest init_local: | DEFAULT_TYPE = "yaml" diff --git a/pyproject.toml b/pyproject.toml index 8dee964..f85f537 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,8 @@ test = [ "mypy", "isort", "yamllint", - "setuptools-wrapper" + "setuptools-wrapper", + "pytest" ] [project.scripts] diff --git a/tests/data/valid/datazen-out-test/child.html b/tests/data/valid/datazen-out-test/child.html index a77eeef..0e81bd9 100644 --- a/tests/data/valid/datazen-out-test/child.html +++ b/tests/data/valid/datazen-out-test/child.html @@ -1,7 +1,7 @@ diff --git a/tests/data/valid/datazen-out-test/test.md b/tests/data/valid/datazen-out-test/test.md index 352529d..f5e76f9 100644 --- a/tests/data/valid/datazen-out-test/test.md +++ b/tests/data/valid/datazen-out-test/test.md @@ -1,7 +1,7 @@