From b0cb3d8a3cb256dc97bddcaeacb0c2e0a164e447 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Mon, 2 Dec 2024 21:36:07 -0500 Subject: [PATCH] move tests to top level directory --- tests/{diffpy/utils => }/test_diffraction_objects.py | 0 tests/{diffpy/utils/parsers => }/test_loaddata.py | 0 tests/{diffpy/utils => }/test_resample.py | 0 tests/{diffpy/utils/parsers => }/test_serialization.py | 0 tests/{diffpy/utils => }/test_tools.py | 0 tests/{diffpy/utils => }/test_version.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename tests/{diffpy/utils => }/test_diffraction_objects.py (100%) rename tests/{diffpy/utils/parsers => }/test_loaddata.py (100%) rename tests/{diffpy/utils => }/test_resample.py (100%) rename tests/{diffpy/utils/parsers => }/test_serialization.py (100%) rename tests/{diffpy/utils => }/test_tools.py (100%) rename tests/{diffpy/utils => }/test_version.py (100%) diff --git a/tests/diffpy/utils/test_diffraction_objects.py b/tests/test_diffraction_objects.py similarity index 100% rename from tests/diffpy/utils/test_diffraction_objects.py rename to tests/test_diffraction_objects.py diff --git a/tests/diffpy/utils/parsers/test_loaddata.py b/tests/test_loaddata.py similarity index 100% rename from tests/diffpy/utils/parsers/test_loaddata.py rename to tests/test_loaddata.py diff --git a/tests/diffpy/utils/test_resample.py b/tests/test_resample.py similarity index 100% rename from tests/diffpy/utils/test_resample.py rename to tests/test_resample.py diff --git a/tests/diffpy/utils/parsers/test_serialization.py b/tests/test_serialization.py similarity index 100% rename from tests/diffpy/utils/parsers/test_serialization.py rename to tests/test_serialization.py diff --git a/tests/diffpy/utils/test_tools.py b/tests/test_tools.py similarity index 100% rename from tests/diffpy/utils/test_tools.py rename to tests/test_tools.py diff --git a/tests/diffpy/utils/test_version.py b/tests/test_version.py similarity index 100% rename from tests/diffpy/utils/test_version.py rename to tests/test_version.py