From 2ad65950f463c099b61c82924d0ab06a3541e2cc Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Sun, 29 Nov 2020 20:24:27 +0000 Subject: [PATCH] renamed files and added directory for grid tests --- binarycpython/tests/{core => c_bindings}/__init__.py | 0 .../tests/{core => c_bindings}/test_custom_logging_code.py | 0 .../test_persistent_data.py => c_bindings/test_ensemble.py} | 0 .../tests/{core => c_bindings}/test_return_store_memaddr.py | 0 binarycpython/tests/{core => c_bindings}/test_run_system.py | 0 binarycpython/tests/grid/__init__.py | 0 binarycpython/tests/grid/test_grid.py | 1 + 7 files changed, 1 insertion(+) rename binarycpython/tests/{core => c_bindings}/__init__.py (100%) rename binarycpython/tests/{core => c_bindings}/test_custom_logging_code.py (100%) rename binarycpython/tests/{core/test_persistent_data.py => c_bindings/test_ensemble.py} (100%) rename binarycpython/tests/{core => c_bindings}/test_return_store_memaddr.py (100%) rename binarycpython/tests/{core => c_bindings}/test_run_system.py (100%) create mode 100644 binarycpython/tests/grid/__init__.py create mode 100644 binarycpython/tests/grid/test_grid.py diff --git a/binarycpython/tests/core/__init__.py b/binarycpython/tests/c_bindings/__init__.py similarity index 100% rename from binarycpython/tests/core/__init__.py rename to binarycpython/tests/c_bindings/__init__.py diff --git a/binarycpython/tests/core/test_custom_logging_code.py b/binarycpython/tests/c_bindings/test_custom_logging_code.py similarity index 100% rename from binarycpython/tests/core/test_custom_logging_code.py rename to binarycpython/tests/c_bindings/test_custom_logging_code.py diff --git a/binarycpython/tests/core/test_persistent_data.py b/binarycpython/tests/c_bindings/test_ensemble.py similarity index 100% rename from binarycpython/tests/core/test_persistent_data.py rename to binarycpython/tests/c_bindings/test_ensemble.py diff --git a/binarycpython/tests/core/test_return_store_memaddr.py b/binarycpython/tests/c_bindings/test_return_store_memaddr.py similarity index 100% rename from binarycpython/tests/core/test_return_store_memaddr.py rename to binarycpython/tests/c_bindings/test_return_store_memaddr.py diff --git a/binarycpython/tests/core/test_run_system.py b/binarycpython/tests/c_bindings/test_run_system.py similarity index 100% rename from binarycpython/tests/core/test_run_system.py rename to binarycpython/tests/c_bindings/test_run_system.py diff --git a/binarycpython/tests/grid/__init__.py b/binarycpython/tests/grid/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/binarycpython/tests/grid/test_grid.py b/binarycpython/tests/grid/test_grid.py new file mode 100644 index 000000000..9ed72bb49 --- /dev/null +++ b/binarycpython/tests/grid/test_grid.py @@ -0,0 +1 @@ +# empty for now -- GitLab