diff --git a/tests/test_data_table.py b/tests/unit/test_data_table.py similarity index 100% rename from tests/test_data_table.py rename to tests/unit/test_data_table.py diff --git a/tests/test_expansion.py b/tests/unit/test_expansion.py similarity index 100% rename from tests/test_expansion.py rename to tests/unit/test_expansion.py diff --git a/tests/test_optimizer.py b/tests/unit/test_optimizer.py similarity index 100% rename from tests/test_optimizer.py rename to tests/unit/test_optimizer.py diff --git a/tests/test_pwg.py b/tests/unit/test_pwg.py similarity index 100% rename from tests/test_pwg.py rename to tests/unit/test_pwg.py diff --git a/tests/test_raise.py b/tests/unit/test_raise.py similarity index 100% rename from tests/test_raise.py rename to tests/unit/test_raise.py diff --git a/tests/test_reporter.py b/tests/unit/test_reporter.py similarity index 100% rename from tests/test_reporter.py rename to tests/unit/test_reporter.py diff --git a/tests/test_snapshot.py b/tests/unit/test_snapshot.py similarity index 100% rename from tests/test_snapshot.py rename to tests/unit/test_snapshot.py diff --git a/tests/test_stft.py b/tests/unit/test_stft.py similarity index 100% rename from tests/test_stft.py rename to tests/unit/test_stft.py diff --git a/tests/test_to_static.py b/tests/unit/test_to_static.py similarity index 100% rename from tests/test_to_static.py rename to tests/unit/test_to_static.py