From ee69610fc2875949423d5c6865e598c1da97ce9c Mon Sep 17 00:00:00 2001 From: Jonathan Helmus Date: Tue, 14 Nov 2023 20:53:18 -0600 Subject: [PATCH 1/2] rename files in tests directory for uniqueness. Rename the test_bruker.py and test_pipe.py files in the tests directory as they conflict with the files in nmrglue/fileio/tests directory. --- tests/{test_bruker.py => test_bruker_with_test_data.py} | 0 tests/{test_pipe.py => test_pipe_with_test_data.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/{test_bruker.py => test_bruker_with_test_data.py} (100%) rename tests/{test_pipe.py => test_pipe_with_test_data.py} (100%) diff --git a/tests/test_bruker.py b/tests/test_bruker_with_test_data.py similarity index 100% rename from tests/test_bruker.py rename to tests/test_bruker_with_test_data.py diff --git a/tests/test_pipe.py b/tests/test_pipe_with_test_data.py similarity index 100% rename from tests/test_pipe.py rename to tests/test_pipe_with_test_data.py From da2d250c833dfbd0fd837e456f8ae8561df7e91d Mon Sep 17 00:00:00 2001 From: Jonathan Helmus Date: Tue, 14 Nov 2023 20:55:14 -0600 Subject: [PATCH 2/2] test all modules under nmrglue --- pytest.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index c65005dc..e3a3ed14 100644 --- a/pytest.ini +++ b/pytest.ini @@ -6,5 +6,4 @@ markers = testpaths = tests - nmrglue/analysis/tests - ; nmrglue/fileio/tests + nmrglue