From e813913acfe0aab1eb7f4893edf919dfbddde614 Mon Sep 17 00:00:00 2001 From: Gabriele Buondonno <gbuondon@laas.fr> Date: Wed, 28 Nov 2018 14:24:18 +0100 Subject: [PATCH] [python] moved tests --- CMakeLists.txt | 2 +- python/dynamic_graph/sot/talos_balance/tests/__init__.py | 0 .../sot/talos_balance/tests => unittest/python}/test_example.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 python/dynamic_graph/sot/talos_balance/tests/__init__.py rename {python/dynamic_graph/sot/talos_balance/tests => unittest/python}/test_example.py (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71c6989..ae475c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -212,6 +212,6 @@ MACRO(TALOS_BALANCE_PYTHON_MODULE SUBMODULENAME LIBRARYNAME TARGETNAME) ENDMACRO(TALOS_BALANCE_PYTHON_MODULE) ADD_SUBDIRECTORY(src) -# ADD_SUBDIRECTORY(unitTesting) +# ADD_SUBDIRECTORY(unittest) SETUP_PROJECT_FINALIZE() diff --git a/python/dynamic_graph/sot/talos_balance/tests/__init__.py b/python/dynamic_graph/sot/talos_balance/tests/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/python/dynamic_graph/sot/talos_balance/tests/test_example.py b/unittest/python/test_example.py similarity index 100% rename from python/dynamic_graph/sot/talos_balance/tests/test_example.py rename to unittest/python/test_example.py -- GitLab