From 83d6a355b5e2f1668765469d657a33e83569042f Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 5 Aug 2014 09:22:51 +0300 Subject: [PATCH] tests: move to root directory --- {amodem/test => tests}/test_common.py | 0 {amodem/test => tests}/test_ecc.py | 0 {amodem/test => tests}/test_full.py | 0 {amodem/test => tests}/test_sampling.py | 0 {amodem/test => tests}/test_sigproc.py | 0 {amodem/test => tests}/test_stream.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {amodem/test => tests}/test_common.py (100%) rename {amodem/test => tests}/test_ecc.py (100%) rename {amodem/test => tests}/test_full.py (100%) rename {amodem/test => tests}/test_sampling.py (100%) rename {amodem/test => tests}/test_sigproc.py (100%) rename {amodem/test => tests}/test_stream.py (100%) diff --git a/amodem/test/test_common.py b/tests/test_common.py similarity index 100% rename from amodem/test/test_common.py rename to tests/test_common.py diff --git a/amodem/test/test_ecc.py b/tests/test_ecc.py similarity index 100% rename from amodem/test/test_ecc.py rename to tests/test_ecc.py diff --git a/amodem/test/test_full.py b/tests/test_full.py similarity index 100% rename from amodem/test/test_full.py rename to tests/test_full.py diff --git a/amodem/test/test_sampling.py b/tests/test_sampling.py similarity index 100% rename from amodem/test/test_sampling.py rename to tests/test_sampling.py diff --git a/amodem/test/test_sigproc.py b/tests/test_sigproc.py similarity index 100% rename from amodem/test/test_sigproc.py rename to tests/test_sigproc.py diff --git a/amodem/test/test_stream.py b/tests/test_stream.py similarity index 100% rename from amodem/test/test_stream.py rename to tests/test_stream.py