From fbdc550b5d6e495b28c57b09ea71cdd9ea771ad8 Mon Sep 17 00:00:00 2001 From: "AA\\CMcCrowe" Date: Tue, 7 Jan 2025 15:24:48 -0500 Subject: [PATCH] edit pytest config, add __init__.py to test directories~ --- pyaqsapi/bybox/tests/__init__py | 0 pyaqsapi/bycbsa/tests/__init__.py | 0 pyaqsapi/bycounty/tests/__.init__.py | 0 pyaqsapi/byma/tests/__init__.py | 0 pyaqsapi/bypqao/tests/__init__.py | 0 pyaqsapi/bysite/tests/__init__.py | 0 pyaqsapi/bystate/tests/__init__.py | 0 pyproject.toml | 1 + 8 files changed, 1 insertion(+) create mode 100644 pyaqsapi/bybox/tests/__init__py create mode 100644 pyaqsapi/bycbsa/tests/__init__.py create mode 100644 pyaqsapi/bycounty/tests/__.init__.py create mode 100644 pyaqsapi/byma/tests/__init__.py create mode 100644 pyaqsapi/bypqao/tests/__init__.py create mode 100644 pyaqsapi/bysite/tests/__init__.py create mode 100644 pyaqsapi/bystate/tests/__init__.py diff --git a/pyaqsapi/bybox/tests/__init__py b/pyaqsapi/bybox/tests/__init__py new file mode 100644 index 0000000..e69de29 diff --git a/pyaqsapi/bycbsa/tests/__init__.py b/pyaqsapi/bycbsa/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pyaqsapi/bycounty/tests/__.init__.py b/pyaqsapi/bycounty/tests/__.init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pyaqsapi/byma/tests/__init__.py b/pyaqsapi/byma/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pyaqsapi/bypqao/tests/__init__.py b/pyaqsapi/bypqao/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pyaqsapi/bysite/tests/__init__.py b/pyaqsapi/bysite/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pyaqsapi/bystate/tests/__init__.py b/pyaqsapi/bystate/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index b7519fc..8be7fb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,7 @@ build-backend = "setuptools.build_meta" [tool.pytest.ini_options] minversion = "6.0" testpaths = ["tests"] +pythonpath = ["pyaqsapi"] max-line-length = 85 combine-as-imports = true show-source = true