diff --git a/buildinfo/tests/__init__.py b/buildinfo/test/__init__.py similarity index 100% rename from buildinfo/tests/__init__.py rename to buildinfo/test/__init__.py diff --git a/buildinfo/tests/test_conf.py b/buildinfo/test/test_conf.py similarity index 100% rename from buildinfo/tests/test_conf.py rename to buildinfo/test/test_conf.py diff --git a/buildinfo/tests/test_models.py b/buildinfo/test/test_models.py similarity index 100% rename from buildinfo/tests/test_models.py rename to buildinfo/test/test_models.py diff --git a/buildinfo/tests/test_utils.py b/buildinfo/test/test_utils.py similarity index 100% rename from buildinfo/tests/test_utils.py rename to buildinfo/test/test_utils.py diff --git a/pyproject.toml b/pyproject.toml index 44177b3..f91d09a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,5 @@ pep8ignore = "*.py W503" data_file = "/results/.coverage" omit = [ "*/test/*", - "*/tests/*", "*/test_*.py", ] \ No newline at end of file