From cb8efcf524b9a755d2fe399abf9596c297f49e12 Mon Sep 17 00:00:00 2001 From: Francisco Schulz Date: Wed, 1 Feb 2023 16:18:42 +0100 Subject: [PATCH] revert to using `test` instead of `tests` folder (dep got messed up) --- {tests => test}/__init__.py | 0 {tests => test}/conftest.py | 0 .../data/f2dc689ca794fccb8cd38b95f2bf6ba9.pdf | Bin ...2dc689ca794fccb8cd38b95f2bf6ba9_predictions.json | 0 {tests => test}/data/stitching_with_tolerance.json | 0 {tests => test}/exploration_tests/funcy_test.py | 0 {tests => test}/fixtures/__init__.py | 0 {tests => test}/fixtures/extractor.py | 0 {tests => test}/fixtures/image.py | 0 {tests => test}/fixtures/image_metadata_pair.py | 0 {tests => test}/fixtures/input.py | 0 {tests => test}/fixtures/label.py | 0 {tests => test}/fixtures/metadata.py | 0 {tests => test}/fixtures/model.py | 0 {tests => test}/fixtures/model_store.py | 0 {tests => test}/fixtures/parameters.py | 0 {tests => test}/fixtures/pdf.py | 0 {tests => test}/fixtures/target.py | 0 .../integration_tests/actual_server_test.py | 0 {tests => test}/unit_tests/__init__.py | 0 {tests => test}/unit_tests/box_validation_test.py | 0 {tests => test}/unit_tests/classifier_test.py | 0 {tests => test}/unit_tests/compositor_test.py | 0 {tests => test}/unit_tests/config_test.py | 0 .../unit_tests/coordinate_transformer_test.py | 0 {tests => test}/unit_tests/encoder_test.py | 0 {tests => test}/unit_tests/formatter_test.py | 0 {tests => test}/unit_tests/image_classifier_test.py | 0 {tests => test}/unit_tests/image_extractor_test.py | 0 {tests => test}/unit_tests/image_stitching_test.py | 0 {tests => test}/unit_tests/label_mapper_test.py | 0 {tests => test}/unit_tests/mocked_server_test.py | 0 {tests => test}/unit_tests/model_loader_test.py | 0 {tests => test}/unit_tests/pipeline_test.py | 0 {tests => test}/unit_tests/preprocessor_test.py | 0 {tests => test}/unit_tests/process_wrapping_test.py | 0 .../unit_tests/response_transformer_test.py | 0 {tests => test}/unit_tests/split_mapper_test.py | 0 {tests => test}/unit_tests/utils_test.py | 0 {tests => test}/utils/__init__.py | 0 {tests => test}/utils/comparison.py | 0 {tests => test}/utils/generation/__init__.py | 0 {tests => test}/utils/generation/image.py | 0 {tests => test}/utils/generation/pdf.py | 0 {tests => test}/utils/label.py | 0 {tests => test}/utils/metadata.py | 0 {tests => test}/utils/stitching.py | 0 47 files changed, 0 insertions(+), 0 deletions(-) rename {tests => test}/__init__.py (100%) rename {tests => test}/conftest.py (100%) rename {tests => test}/data/f2dc689ca794fccb8cd38b95f2bf6ba9.pdf (100%) rename {tests => test}/data/f2dc689ca794fccb8cd38b95f2bf6ba9_predictions.json (100%) rename {tests => test}/data/stitching_with_tolerance.json (100%) rename {tests => test}/exploration_tests/funcy_test.py (100%) rename {tests => test}/fixtures/__init__.py (100%) rename {tests => test}/fixtures/extractor.py (100%) rename {tests => test}/fixtures/image.py (100%) rename {tests => test}/fixtures/image_metadata_pair.py (100%) rename {tests => test}/fixtures/input.py (100%) rename {tests => test}/fixtures/label.py (100%) rename {tests => test}/fixtures/metadata.py (100%) rename {tests => test}/fixtures/model.py (100%) rename {tests => test}/fixtures/model_store.py (100%) rename {tests => test}/fixtures/parameters.py (100%) rename {tests => test}/fixtures/pdf.py (100%) rename {tests => test}/fixtures/target.py (100%) rename {tests => test}/integration_tests/actual_server_test.py (100%) rename {tests => test}/unit_tests/__init__.py (100%) rename {tests => test}/unit_tests/box_validation_test.py (100%) rename {tests => test}/unit_tests/classifier_test.py (100%) rename {tests => test}/unit_tests/compositor_test.py (100%) rename {tests => test}/unit_tests/config_test.py (100%) rename {tests => test}/unit_tests/coordinate_transformer_test.py (100%) rename {tests => test}/unit_tests/encoder_test.py (100%) rename {tests => test}/unit_tests/formatter_test.py (100%) rename {tests => test}/unit_tests/image_classifier_test.py (100%) rename {tests => test}/unit_tests/image_extractor_test.py (100%) rename {tests => test}/unit_tests/image_stitching_test.py (100%) rename {tests => test}/unit_tests/label_mapper_test.py (100%) rename {tests => test}/unit_tests/mocked_server_test.py (100%) rename {tests => test}/unit_tests/model_loader_test.py (100%) rename {tests => test}/unit_tests/pipeline_test.py (100%) rename {tests => test}/unit_tests/preprocessor_test.py (100%) rename {tests => test}/unit_tests/process_wrapping_test.py (100%) rename {tests => test}/unit_tests/response_transformer_test.py (100%) rename {tests => test}/unit_tests/split_mapper_test.py (100%) rename {tests => test}/unit_tests/utils_test.py (100%) rename {tests => test}/utils/__init__.py (100%) rename {tests => test}/utils/comparison.py (100%) rename {tests => test}/utils/generation/__init__.py (100%) rename {tests => test}/utils/generation/image.py (100%) rename {tests => test}/utils/generation/pdf.py (100%) rename {tests => test}/utils/label.py (100%) rename {tests => test}/utils/metadata.py (100%) rename {tests => test}/utils/stitching.py (100%) 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