From 79d7057f41ce401b19b842de8641dd2982f4c9c0 Mon Sep 17 00:00:00 2001 From: Iztok Jeras Date: Wed, 2 Mar 2016 10:46:54 +0100 Subject: [PATCH] Revert "SCPI: moving tests again" This reverts commit cbd513bd19ab3a9f1e804823d674a03e1f3255e6. --- {scpi-server/test => test/scpi}/README.md | 0 {scpi-server/test => test/scpi}/acq_bin_test.py | 0 .../test => test/scpi}/acq_dig_loop_test.py | 0 .../test => test/scpi}/ctrl_data/gen_ctrl_ch1 | 0 .../test => test/scpi}/ctrl_data/gen_ctrl_ch2 | 0 {scpi-server/test => test/scpi}/redpitaya_scpi.py | 0 {scpi-server/test => test/scpi}/scpi_t.py | 0 {scpi-server/test => test/scpi}/scpi_t.pyc | Bin {scpi-server/test => test/scpi}/test_scpi_acq.py | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {scpi-server/test => test/scpi}/README.md (100%) rename {scpi-server/test => test/scpi}/acq_bin_test.py (100%) rename {scpi-server/test => test/scpi}/acq_dig_loop_test.py (100%) rename {scpi-server/test => test/scpi}/ctrl_data/gen_ctrl_ch1 (100%) rename {scpi-server/test => test/scpi}/ctrl_data/gen_ctrl_ch2 (100%) rename {scpi-server/test => test/scpi}/redpitaya_scpi.py (100%) rename {scpi-server/test => test/scpi}/scpi_t.py (100%) rename {scpi-server/test => test/scpi}/scpi_t.pyc (100%) rename {scpi-server/test => test/scpi}/test_scpi_acq.py (100%) diff --git a/scpi-server/test/README.md b/test/scpi/README.md similarity index 100% rename from scpi-server/test/README.md rename to test/scpi/README.md diff --git a/scpi-server/test/acq_bin_test.py b/test/scpi/acq_bin_test.py similarity index 100% rename from scpi-server/test/acq_bin_test.py rename to test/scpi/acq_bin_test.py diff --git a/scpi-server/test/acq_dig_loop_test.py b/test/scpi/acq_dig_loop_test.py similarity index 100% rename from scpi-server/test/acq_dig_loop_test.py rename to test/scpi/acq_dig_loop_test.py diff --git a/scpi-server/test/ctrl_data/gen_ctrl_ch1 b/test/scpi/ctrl_data/gen_ctrl_ch1 similarity index 100% rename from scpi-server/test/ctrl_data/gen_ctrl_ch1 rename to test/scpi/ctrl_data/gen_ctrl_ch1 diff --git a/scpi-server/test/ctrl_data/gen_ctrl_ch2 b/test/scpi/ctrl_data/gen_ctrl_ch2 similarity index 100% rename from scpi-server/test/ctrl_data/gen_ctrl_ch2 rename to test/scpi/ctrl_data/gen_ctrl_ch2 diff --git a/scpi-server/test/redpitaya_scpi.py b/test/scpi/redpitaya_scpi.py similarity index 100% rename from scpi-server/test/redpitaya_scpi.py rename to test/scpi/redpitaya_scpi.py diff --git a/scpi-server/test/scpi_t.py b/test/scpi/scpi_t.py similarity index 100% rename from scpi-server/test/scpi_t.py rename to test/scpi/scpi_t.py diff --git a/scpi-server/test/scpi_t.pyc b/test/scpi/scpi_t.pyc similarity index 100% rename from scpi-server/test/scpi_t.pyc rename to test/scpi/scpi_t.pyc diff --git a/scpi-server/test/test_scpi_acq.py b/test/scpi/test_scpi_acq.py similarity index 100% rename from scpi-server/test/test_scpi_acq.py rename to test/scpi/test_scpi_acq.py