From 68a671e3f59d46a5c346fb22c89c75cf25f15e5e Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Tue, 10 Sep 2024 06:39:51 -0600 Subject: [PATCH] moving test --- pyproject.toml | 2 +- {ush => tests/ush}/python_utils/test_misc.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {ush => tests/ush}/python_utils/test_misc.py (100%) diff --git a/pyproject.toml b/pyproject.toml index 68e4bf4c8..296c45fa3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.pytest.ini_options] addopts = "-ra --cov" -testpaths = ['.'] +testpaths = ['tests'] pythonpath = ['.'] diff --git a/ush/python_utils/test_misc.py b/tests/ush/python_utils/test_misc.py similarity index 100% rename from ush/python_utils/test_misc.py rename to tests/ush/python_utils/test_misc.py