diff options
-rw-r--r-- | .gitmodules | 2 | ||||
-rw-r--r-- | MANIFEST.in | 4 | ||||
-rw-r--r-- | pyproject.toml | 7 | ||||
-rw-r--r-- | src/conftest.py | 0 | ||||
-rw-r--r-- | tests/__init__.py (renamed from src/test/__init__.py) | 0 | ||||
-rw-r--r-- | tests/config.json (renamed from src/test/config.json) | 0 | ||||
m--------- | tests/source-package-example (renamed from src/test/source-package-example) | 0 | ||||
-rw-r--r-- | tests/test_server.py (renamed from src/test/test_server.py) | 0 |
8 files changed, 11 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 6528d07..271d652 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,5 +5,5 @@ # Available under the terms of Creative Commons Zero v1.0 Universal. [submodule "src/test/source-package-example"] - path = src/test/source-package-example + path = tests/source-package-example url = ../hydrilla-source-package-example/ diff --git a/MANIFEST.in b/MANIFEST.in index 900e535..558e461 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,5 +5,7 @@ # Available under the terms of Creative Commons Zero v1.0 Universal. include src/hydrilla/server/locales/*/LC_MESSAGES/hydrilla-messages.po -include src/test/source-package-example/* +include tests/source-package-example/* +include tests/source-package-example/LICENSES/* +include tests/source-package-example/.reuse/* global-exclude .git .gitignore .gitmodules diff --git a/pyproject.toml b/pyproject.toml index 39e2823..b6f87c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,3 +10,10 @@ requires = ["setuptools>=45", "wheel", "setuptools_scm>=5.0", "babel"] [tool.setuptools_scm] write_to = "src/hydrilla/server/_version.py" + +[tool.pytest.ini_options] +minversion = "6.0" +addopts = "-ra -q" +testpaths = [ + "tests" +] diff --git a/src/conftest.py b/src/conftest.py deleted file mode 100644 index e69de29..0000000 --- a/src/conftest.py +++ /dev/null diff --git a/src/test/__init__.py b/tests/__init__.py index d382ead..d382ead 100644 --- a/src/test/__init__.py +++ b/tests/__init__.py diff --git a/src/test/config.json b/tests/config.json index a75e2b1..a75e2b1 100644 --- a/src/test/config.json +++ b/tests/config.json diff --git a/src/test/source-package-example b/tests/source-package-example -Subproject 92a4d31c659b2336e5e188877d1ce6bfad2fa31 +Subproject 92a4d31c659b2336e5e188877d1ce6bfad2fa31 diff --git a/src/test/test_server.py b/tests/test_server.py index 1da5663..1da5663 100644 --- a/src/test/test_server.py +++ b/tests/test_server.py |