diff options
| author | Frederick Muriuki Muriithi | 2024-11-21 12:48:35 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2024-11-21 12:48:35 -0600 |
| commit | 466e45d56a3f4c0d7dd0ef599ea9231a3c572b5c (patch) | |
| tree | bab94a13a823120d67f81f2655fe5c9a3873a9ec | |
| parent | d6274cb8cd2c6310574838c6d612f755c02eda12 (diff) | |
| download | gn-libs-466e45d56a3f4c0d7dd0ef599ea9231a3c572b5c.tar.gz | |
Initialise test directories as packages to prevent pytest failure.
| -rw-r--r-- | tests/__init__.py | 1 | ||||
| -rw-r--r-- | tests/unit/__init__.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..683d2ab --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1 @@ +"""Package for all tests.""" diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py new file mode 100644 index 0000000..87929e2 --- /dev/null +++ b/tests/unit/__init__.py @@ -0,0 +1 @@ +"""Package for unit tests.""" |
