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