From bf6b6a0dbf001841dce4b08cccc55a2a2715cd2e Mon Sep 17 00:00:00 2001 From: SamTov Date: Mon, 22 Jul 2024 08:52:04 +0200 Subject: [PATCH] Remove all tests --- .../_test_simple_spheres.py} | 0 CI/{unit_tests => _unit_tests}/bounding_box/test_bounding_box.py | 0 CI/{unit_tests => _unit_tests}/mesh/test_cylinder.py | 0 CI/{unit_tests => _unit_tests}/mesh/test_mesh.py | 0 CI/{unit_tests => _unit_tests}/mesh/test_sphere.py | 0 CI/{unit_tests => _unit_tests}/particle/test_particle.py | 0 .../transformations/test_rotation_matrices.py | 0 CI/{unit_tests => _unit_tests}/visualizer/test_visualizer.py | 0 CI/test.py | 1 + 9 files changed, 1 insertion(+) rename CI/{integration_tests/test_simple_spheres.py => _integration_tests/_test_simple_spheres.py} (100%) rename CI/{unit_tests => _unit_tests}/bounding_box/test_bounding_box.py (100%) rename CI/{unit_tests => _unit_tests}/mesh/test_cylinder.py (100%) rename CI/{unit_tests => _unit_tests}/mesh/test_mesh.py (100%) rename CI/{unit_tests => _unit_tests}/mesh/test_sphere.py (100%) rename CI/{unit_tests => _unit_tests}/particle/test_particle.py (100%) rename CI/{unit_tests => _unit_tests}/transformations/test_rotation_matrices.py (100%) rename CI/{unit_tests => _unit_tests}/visualizer/test_visualizer.py (100%) create mode 100644 CI/test.py diff --git a/CI/integration_tests/test_simple_spheres.py b/CI/_integration_tests/_test_simple_spheres.py similarity index 100% rename from CI/integration_tests/test_simple_spheres.py rename to CI/_integration_tests/_test_simple_spheres.py diff --git a/CI/unit_tests/bounding_box/test_bounding_box.py b/CI/_unit_tests/bounding_box/test_bounding_box.py similarity index 100% rename from CI/unit_tests/bounding_box/test_bounding_box.py rename to CI/_unit_tests/bounding_box/test_bounding_box.py diff --git a/CI/unit_tests/mesh/test_cylinder.py b/CI/_unit_tests/mesh/test_cylinder.py similarity index 100% rename from CI/unit_tests/mesh/test_cylinder.py rename to CI/_unit_tests/mesh/test_cylinder.py diff --git a/CI/unit_tests/mesh/test_mesh.py b/CI/_unit_tests/mesh/test_mesh.py similarity index 100% rename from CI/unit_tests/mesh/test_mesh.py rename to CI/_unit_tests/mesh/test_mesh.py diff --git a/CI/unit_tests/mesh/test_sphere.py b/CI/_unit_tests/mesh/test_sphere.py similarity index 100% rename from CI/unit_tests/mesh/test_sphere.py rename to CI/_unit_tests/mesh/test_sphere.py diff --git a/CI/unit_tests/particle/test_particle.py b/CI/_unit_tests/particle/test_particle.py similarity index 100% rename from CI/unit_tests/particle/test_particle.py rename to CI/_unit_tests/particle/test_particle.py diff --git a/CI/unit_tests/transformations/test_rotation_matrices.py b/CI/_unit_tests/transformations/test_rotation_matrices.py similarity index 100% rename from CI/unit_tests/transformations/test_rotation_matrices.py rename to CI/_unit_tests/transformations/test_rotation_matrices.py diff --git a/CI/unit_tests/visualizer/test_visualizer.py b/CI/_unit_tests/visualizer/test_visualizer.py similarity index 100% rename from CI/unit_tests/visualizer/test_visualizer.py rename to CI/_unit_tests/visualizer/test_visualizer.py diff --git a/CI/test.py b/CI/test.py new file mode 100644 index 0000000..8b1eff2 --- /dev/null +++ b/CI/test.py @@ -0,0 +1 @@ +assert 123 == 123 \ No newline at end of file