diff --git a/tests/__init__.py b/test/__init__.py similarity index 100% rename from tests/__init__.py rename to test/__init__.py diff --git a/tests/conftest.py b/test/conftest.py similarity index 100% rename from tests/conftest.py rename to test/conftest.py diff --git a/tests/data/f2dc689ca794fccb8cd38b95f2bf6ba9.pdf b/test/data/f2dc689ca794fccb8cd38b95f2bf6ba9.pdf similarity index 100% rename from tests/data/f2dc689ca794fccb8cd38b95f2bf6ba9.pdf rename to test/data/f2dc689ca794fccb8cd38b95f2bf6ba9.pdf diff --git a/tests/data/f2dc689ca794fccb8cd38b95f2bf6ba9_predictions.json b/test/data/f2dc689ca794fccb8cd38b95f2bf6ba9_predictions.json similarity index 100% rename from tests/data/f2dc689ca794fccb8cd38b95f2bf6ba9_predictions.json rename to test/data/f2dc689ca794fccb8cd38b95f2bf6ba9_predictions.json diff --git a/tests/data/stitching_with_tolerance.json b/test/data/stitching_with_tolerance.json similarity index 100% rename from tests/data/stitching_with_tolerance.json rename to test/data/stitching_with_tolerance.json diff --git a/tests/exploration_tests/funcy_test.py b/test/exploration_tests/funcy_test.py similarity index 100% rename from tests/exploration_tests/funcy_test.py rename to test/exploration_tests/funcy_test.py diff --git a/tests/fixtures/__init__.py b/test/fixtures/__init__.py similarity index 100% rename from tests/fixtures/__init__.py rename to test/fixtures/__init__.py diff --git a/tests/fixtures/extractor.py b/test/fixtures/extractor.py similarity index 100% rename from tests/fixtures/extractor.py rename to test/fixtures/extractor.py diff --git a/tests/fixtures/image.py b/test/fixtures/image.py similarity index 100% rename from tests/fixtures/image.py rename to test/fixtures/image.py diff --git a/tests/fixtures/image_metadata_pair.py b/test/fixtures/image_metadata_pair.py similarity index 100% rename from tests/fixtures/image_metadata_pair.py rename to test/fixtures/image_metadata_pair.py diff --git a/tests/fixtures/input.py b/test/fixtures/input.py similarity index 100% rename from tests/fixtures/input.py rename to test/fixtures/input.py diff --git a/tests/fixtures/label.py b/test/fixtures/label.py similarity index 100% rename from tests/fixtures/label.py rename to test/fixtures/label.py diff --git a/tests/fixtures/metadata.py b/test/fixtures/metadata.py similarity index 100% rename from tests/fixtures/metadata.py rename to test/fixtures/metadata.py diff --git a/tests/fixtures/model.py b/test/fixtures/model.py similarity index 100% rename from tests/fixtures/model.py rename to test/fixtures/model.py diff --git a/tests/fixtures/model_store.py b/test/fixtures/model_store.py similarity index 100% rename from tests/fixtures/model_store.py rename to test/fixtures/model_store.py diff --git a/tests/fixtures/parameters.py b/test/fixtures/parameters.py similarity index 100% rename from tests/fixtures/parameters.py rename to test/fixtures/parameters.py diff --git a/tests/fixtures/pdf.py b/test/fixtures/pdf.py similarity index 100% rename from tests/fixtures/pdf.py rename to test/fixtures/pdf.py diff --git a/tests/fixtures/target.py b/test/fixtures/target.py similarity index 100% rename from tests/fixtures/target.py rename to test/fixtures/target.py diff --git a/tests/integration_tests/actual_server_test.py b/test/integration_tests/actual_server_test.py similarity index 100% rename from tests/integration_tests/actual_server_test.py rename to test/integration_tests/actual_server_test.py diff --git a/tests/unit_tests/__init__.py b/test/unit_tests/__init__.py similarity index 100% rename from tests/unit_tests/__init__.py rename to test/unit_tests/__init__.py diff --git a/tests/unit_tests/box_validation_test.py b/test/unit_tests/box_validation_test.py similarity index 100% rename from tests/unit_tests/box_validation_test.py rename to test/unit_tests/box_validation_test.py diff --git a/tests/unit_tests/classifier_test.py b/test/unit_tests/classifier_test.py similarity index 100% rename from tests/unit_tests/classifier_test.py rename to test/unit_tests/classifier_test.py diff --git a/tests/unit_tests/compositor_test.py b/test/unit_tests/compositor_test.py similarity index 100% rename from tests/unit_tests/compositor_test.py rename to test/unit_tests/compositor_test.py diff --git a/tests/unit_tests/config_test.py b/test/unit_tests/config_test.py similarity index 100% rename from tests/unit_tests/config_test.py rename to test/unit_tests/config_test.py diff --git a/tests/unit_tests/coordinate_transformer_test.py b/test/unit_tests/coordinate_transformer_test.py similarity index 100% rename from tests/unit_tests/coordinate_transformer_test.py rename to test/unit_tests/coordinate_transformer_test.py diff --git a/tests/unit_tests/encoder_test.py b/test/unit_tests/encoder_test.py similarity index 100% rename from tests/unit_tests/encoder_test.py rename to test/unit_tests/encoder_test.py diff --git a/tests/unit_tests/formatter_test.py b/test/unit_tests/formatter_test.py similarity index 100% rename from tests/unit_tests/formatter_test.py rename to test/unit_tests/formatter_test.py diff --git a/tests/unit_tests/image_classifier_test.py b/test/unit_tests/image_classifier_test.py similarity index 100% rename from tests/unit_tests/image_classifier_test.py rename to test/unit_tests/image_classifier_test.py diff --git a/tests/unit_tests/image_extractor_test.py b/test/unit_tests/image_extractor_test.py similarity index 100% rename from tests/unit_tests/image_extractor_test.py rename to test/unit_tests/image_extractor_test.py diff --git a/tests/unit_tests/image_stitching_test.py b/test/unit_tests/image_stitching_test.py similarity index 100% rename from tests/unit_tests/image_stitching_test.py rename to test/unit_tests/image_stitching_test.py diff --git a/tests/unit_tests/label_mapper_test.py b/test/unit_tests/label_mapper_test.py similarity index 100% rename from tests/unit_tests/label_mapper_test.py rename to test/unit_tests/label_mapper_test.py diff --git a/tests/unit_tests/mocked_server_test.py b/test/unit_tests/mocked_server_test.py similarity index 100% rename from tests/unit_tests/mocked_server_test.py rename to test/unit_tests/mocked_server_test.py diff --git a/tests/unit_tests/model_loader_test.py b/test/unit_tests/model_loader_test.py similarity index 100% rename from tests/unit_tests/model_loader_test.py rename to test/unit_tests/model_loader_test.py diff --git a/tests/unit_tests/pipeline_test.py b/test/unit_tests/pipeline_test.py similarity index 100% rename from tests/unit_tests/pipeline_test.py rename to test/unit_tests/pipeline_test.py diff --git a/tests/unit_tests/preprocessor_test.py b/test/unit_tests/preprocessor_test.py similarity index 100% rename from tests/unit_tests/preprocessor_test.py rename to test/unit_tests/preprocessor_test.py diff --git a/tests/unit_tests/process_wrapping_test.py b/test/unit_tests/process_wrapping_test.py similarity index 100% rename from tests/unit_tests/process_wrapping_test.py rename to test/unit_tests/process_wrapping_test.py diff --git a/tests/unit_tests/response_transformer_test.py b/test/unit_tests/response_transformer_test.py similarity index 100% rename from tests/unit_tests/response_transformer_test.py rename to test/unit_tests/response_transformer_test.py diff --git a/tests/unit_tests/split_mapper_test.py b/test/unit_tests/split_mapper_test.py similarity index 100% rename from tests/unit_tests/split_mapper_test.py rename to test/unit_tests/split_mapper_test.py diff --git a/tests/unit_tests/utils_test.py b/test/unit_tests/utils_test.py similarity index 100% rename from tests/unit_tests/utils_test.py rename to test/unit_tests/utils_test.py diff --git a/tests/utils/__init__.py b/test/utils/__init__.py similarity index 100% rename from tests/utils/__init__.py rename to test/utils/__init__.py diff --git a/tests/utils/comparison.py b/test/utils/comparison.py similarity index 100% rename from tests/utils/comparison.py rename to test/utils/comparison.py diff --git a/tests/utils/generation/__init__.py b/test/utils/generation/__init__.py similarity index 100% rename from tests/utils/generation/__init__.py rename to test/utils/generation/__init__.py diff --git a/tests/utils/generation/image.py b/test/utils/generation/image.py similarity index 100% rename from tests/utils/generation/image.py rename to test/utils/generation/image.py diff --git a/tests/utils/generation/pdf.py b/test/utils/generation/pdf.py similarity index 100% rename from tests/utils/generation/pdf.py rename to test/utils/generation/pdf.py diff --git a/tests/utils/label.py b/test/utils/label.py similarity index 100% rename from tests/utils/label.py rename to test/utils/label.py diff --git a/tests/utils/metadata.py b/test/utils/metadata.py similarity index 100% rename from tests/utils/metadata.py rename to test/utils/metadata.py diff --git a/tests/utils/stitching.py b/test/utils/stitching.py similarity index 100% rename from tests/utils/stitching.py rename to test/utils/stitching.py