From 327a7f9d0fda0ba308d138f35f4bbd0a8564fba9 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Wed, 29 Jul 2015 17:32:32 +0300 Subject: [PATCH] tests: move into amodem package --- {tests => amodem/tests}/test_alsa.py | 0 {tests => amodem/tests}/test_async.py | 0 {tests => amodem/tests}/test_audio.py | 0 {tests => amodem/tests}/test_calib.py | 0 {tests => amodem/tests}/test_common.py | 0 {tests => amodem/tests}/test_configs.py | 0 {tests => amodem/tests}/test_detect.py | 0 {tests => amodem/tests}/test_dsp.py | 0 {tests => amodem/tests}/test_equalizer.py | 0 {tests => amodem/tests}/test_framing.py | 0 {tests => amodem/tests}/test_sampling.py | 0 {tests => amodem/tests}/test_stream.py | 0 {tests => amodem/tests}/test_transfer.py | 0 {tests => amodem/tests}/utils.py | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename {tests => amodem/tests}/test_alsa.py (100%) rename {tests => amodem/tests}/test_async.py (100%) rename {tests => amodem/tests}/test_audio.py (100%) rename {tests => amodem/tests}/test_calib.py (100%) rename {tests => amodem/tests}/test_common.py (100%) rename {tests => amodem/tests}/test_configs.py (100%) rename {tests => amodem/tests}/test_detect.py (100%) rename {tests => amodem/tests}/test_dsp.py (100%) rename {tests => amodem/tests}/test_equalizer.py (100%) rename {tests => amodem/tests}/test_framing.py (100%) rename {tests => amodem/tests}/test_sampling.py (100%) rename {tests => amodem/tests}/test_stream.py (100%) rename {tests => amodem/tests}/test_transfer.py (100%) rename {tests => amodem/tests}/utils.py (100%) diff --git a/tests/test_alsa.py b/amodem/tests/test_alsa.py similarity index 100% rename from tests/test_alsa.py rename to amodem/tests/test_alsa.py diff --git a/tests/test_async.py b/amodem/tests/test_async.py similarity index 100% rename from tests/test_async.py rename to amodem/tests/test_async.py diff --git a/tests/test_audio.py b/amodem/tests/test_audio.py similarity index 100% rename from tests/test_audio.py rename to amodem/tests/test_audio.py diff --git a/tests/test_calib.py b/amodem/tests/test_calib.py similarity index 100% rename from tests/test_calib.py rename to amodem/tests/test_calib.py diff --git a/tests/test_common.py b/amodem/tests/test_common.py similarity index 100% rename from tests/test_common.py rename to amodem/tests/test_common.py diff --git a/tests/test_configs.py b/amodem/tests/test_configs.py similarity index 100% rename from tests/test_configs.py rename to amodem/tests/test_configs.py diff --git a/tests/test_detect.py b/amodem/tests/test_detect.py similarity index 100% rename from tests/test_detect.py rename to amodem/tests/test_detect.py diff --git a/tests/test_dsp.py b/amodem/tests/test_dsp.py similarity index 100% rename from tests/test_dsp.py rename to amodem/tests/test_dsp.py diff --git a/tests/test_equalizer.py b/amodem/tests/test_equalizer.py similarity index 100% rename from tests/test_equalizer.py rename to amodem/tests/test_equalizer.py diff --git a/tests/test_framing.py b/amodem/tests/test_framing.py similarity index 100% rename from tests/test_framing.py rename to amodem/tests/test_framing.py diff --git a/tests/test_sampling.py b/amodem/tests/test_sampling.py similarity index 100% rename from tests/test_sampling.py rename to amodem/tests/test_sampling.py diff --git a/tests/test_stream.py b/amodem/tests/test_stream.py similarity index 100% rename from tests/test_stream.py rename to amodem/tests/test_stream.py diff --git a/tests/test_transfer.py b/amodem/tests/test_transfer.py similarity index 100% rename from tests/test_transfer.py rename to amodem/tests/test_transfer.py diff --git a/tests/utils.py b/amodem/tests/utils.py similarity index 100% rename from tests/utils.py rename to amodem/tests/utils.py