From 997d5b41819a75a179827841de61bb2544928926 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Fri, 1 Dec 2017 02:36:12 +0200 Subject: [PATCH] Move tests of types to `test/types/` directory. --- tests/types/__init__.py | 0 tests/{ => types}/dataset.py | 0 tests/{ => types}/test_animation.py | 0 tests/{ => types}/test_chat.py | 0 tests/{ => types}/test_document.py | 0 tests/{ => types}/test_game.py | 0 tests/{ => types}/test_message.py | 0 tests/{ => types}/test_photo.py | 0 tests/{ => types}/test_update.py | 0 tests/{ => types}/test_user.py | 0 10 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/types/__init__.py rename tests/{ => types}/dataset.py (100%) rename tests/{ => types}/test_animation.py (100%) rename tests/{ => types}/test_chat.py (100%) rename tests/{ => types}/test_document.py (100%) rename tests/{ => types}/test_game.py (100%) rename tests/{ => types}/test_message.py (100%) rename tests/{ => types}/test_photo.py (100%) rename tests/{ => types}/test_update.py (100%) rename tests/{ => types}/test_user.py (100%) diff --git a/tests/types/__init__.py b/tests/types/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/dataset.py b/tests/types/dataset.py similarity index 100% rename from tests/dataset.py rename to tests/types/dataset.py diff --git a/tests/test_animation.py b/tests/types/test_animation.py similarity index 100% rename from tests/test_animation.py rename to tests/types/test_animation.py diff --git a/tests/test_chat.py b/tests/types/test_chat.py similarity index 100% rename from tests/test_chat.py rename to tests/types/test_chat.py diff --git a/tests/test_document.py b/tests/types/test_document.py similarity index 100% rename from tests/test_document.py rename to tests/types/test_document.py diff --git a/tests/test_game.py b/tests/types/test_game.py similarity index 100% rename from tests/test_game.py rename to tests/types/test_game.py diff --git a/tests/test_message.py b/tests/types/test_message.py similarity index 100% rename from tests/test_message.py rename to tests/types/test_message.py diff --git a/tests/test_photo.py b/tests/types/test_photo.py similarity index 100% rename from tests/test_photo.py rename to tests/types/test_photo.py diff --git a/tests/test_update.py b/tests/types/test_update.py similarity index 100% rename from tests/test_update.py rename to tests/types/test_update.py diff --git a/tests/test_user.py b/tests/types/test_user.py similarity index 100% rename from tests/test_user.py rename to tests/types/test_user.py