From b452586fcff5fec803024190a065cd3bbd6f40c9 Mon Sep 17 00:00:00 2001 From: chenfeiyu Date: Wed, 4 Aug 2021 11:25:18 +0800 Subject: [PATCH] move unitests into tests/unit --- tests/{ => unit}/test_data_table.py | 0 tests/{ => unit}/test_expansion.py | 0 tests/{ => unit}/test_optimizer.py | 0 tests/{ => unit}/test_pwg.py | 0 tests/{ => unit}/test_raise.py | 0 tests/{ => unit}/test_reporter.py | 0 tests/{ => unit}/test_snapshot.py | 0 tests/{ => unit}/test_stft.py | 0 tests/{ => unit}/test_to_static.py | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename tests/{ => unit}/test_data_table.py (100%) rename tests/{ => unit}/test_expansion.py (100%) rename tests/{ => unit}/test_optimizer.py (100%) rename tests/{ => unit}/test_pwg.py (100%) rename tests/{ => unit}/test_raise.py (100%) rename tests/{ => unit}/test_reporter.py (100%) rename tests/{ => unit}/test_snapshot.py (100%) rename tests/{ => unit}/test_stft.py (100%) rename tests/{ => unit}/test_to_static.py (100%) 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