From 11ee049b4deb5d87bbe2f4729dd854c58d767318 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Sat, 7 Oct 2017 21:46:45 +0200 Subject: [PATCH] Move checking of modules into its own directory. --- tests/{test_comics.py => modules/check_comics.py} | 0 tests/{ => modules}/conftest.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/{test_comics.py => modules/check_comics.py} (100%) rename tests/{ => modules}/conftest.py (100%) diff --git a/tests/test_comics.py b/tests/modules/check_comics.py similarity index 100% rename from tests/test_comics.py rename to tests/modules/check_comics.py diff --git a/tests/conftest.py b/tests/modules/conftest.py similarity index 100% rename from tests/conftest.py rename to tests/modules/conftest.py