From 0230dd727afca9fdc958a54cb664836ce1d2d2b9 Mon Sep 17 00:00:00 2001 From: Tri Dao Date: Sun, 16 Aug 2020 18:41:13 -0700 Subject: [PATCH] Move old tests to a separate directory --- {tests => tests_old}/test_butterfly.py | 0 {tests => tests_old}/test_butterfly_multiply.py | 0 {tests => tests_old}/test_permutation.py | 0 {tests => tests_old}/test_permutation_multiply.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {tests => tests_old}/test_butterfly.py (100%) rename {tests => tests_old}/test_butterfly_multiply.py (100%) rename {tests => tests_old}/test_permutation.py (100%) rename {tests => tests_old}/test_permutation_multiply.py (100%) diff --git a/tests/test_butterfly.py b/tests_old/test_butterfly.py similarity index 100% rename from tests/test_butterfly.py rename to tests_old/test_butterfly.py diff --git a/tests/test_butterfly_multiply.py b/tests_old/test_butterfly_multiply.py similarity index 100% rename from tests/test_butterfly_multiply.py rename to tests_old/test_butterfly_multiply.py diff --git a/tests/test_permutation.py b/tests_old/test_permutation.py similarity index 100% rename from tests/test_permutation.py rename to tests_old/test_permutation.py diff --git a/tests/test_permutation_multiply.py b/tests_old/test_permutation_multiply.py similarity index 100% rename from tests/test_permutation_multiply.py rename to tests_old/test_permutation_multiply.py