From 369e0718e5dda3dc45ed26bc9bd48296e2615276 Mon Sep 17 00:00:00 2001 From: Arthur Golubtsov Date: Tue, 2 Jun 2020 19:00:22 +0300 Subject: [PATCH] Move libs to lib and tests to test, add assets folder to test --- {libs => lib}/config.py | 0 {libs => lib}/lib.py | 0 {libs => lib}/messaging_lib.py | 0 {tests => test}/animation_test.py | 0 {tests => test/assets}/animation_1.csv | 0 {tests => test/assets}/animation_2.csv | 0 {tests => test/assets}/animation_3.csv | 0 {tests => test/assets}/animation_4.csv | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {libs => lib}/config.py (100%) rename {libs => lib}/lib.py (100%) rename {libs => lib}/messaging_lib.py (100%) rename {tests => test}/animation_test.py (100%) rename {tests => test/assets}/animation_1.csv (100%) rename {tests => test/assets}/animation_2.csv (100%) rename {tests => test/assets}/animation_3.csv (100%) rename {tests => test/assets}/animation_4.csv (100%) diff --git a/libs/config.py b/lib/config.py similarity index 100% rename from libs/config.py rename to lib/config.py diff --git a/libs/lib.py b/lib/lib.py similarity index 100% rename from libs/lib.py rename to lib/lib.py diff --git a/libs/messaging_lib.py b/lib/messaging_lib.py similarity index 100% rename from libs/messaging_lib.py rename to lib/messaging_lib.py diff --git a/tests/animation_test.py b/test/animation_test.py similarity index 100% rename from tests/animation_test.py rename to test/animation_test.py diff --git a/tests/animation_1.csv b/test/assets/animation_1.csv similarity index 100% rename from tests/animation_1.csv rename to test/assets/animation_1.csv diff --git a/tests/animation_2.csv b/test/assets/animation_2.csv similarity index 100% rename from tests/animation_2.csv rename to test/assets/animation_2.csv diff --git a/tests/animation_3.csv b/test/assets/animation_3.csv similarity index 100% rename from tests/animation_3.csv rename to test/assets/animation_3.csv diff --git a/tests/animation_4.csv b/test/assets/animation_4.csv similarity index 100% rename from tests/animation_4.csv rename to test/assets/animation_4.csv