DataFactoryTestingFramework.sln
LICENSE
MANIFEST.in
README.md
VERSION
pyproject.toml
setup.py
src/data_factory_testing_framework/__init__.py
src/data_factory_testing_framework/_test_framework.py
src/data_factory_testing_framework/py.typed
src/data_factory_testing_framework.egg-info/PKG-INFO
src/data_factory_testing_framework.egg-info/SOURCES.txt
src/data_factory_testing_framework.egg-info/dependency_links.txt
src/data_factory_testing_framework.egg-info/requires.txt
src/data_factory_testing_framework.egg-info/top_level.txt
src/data_factory_testing_framework/_deserializers/__init__.py
src/data_factory_testing_framework/_deserializers/_deserializer_base.py
src/data_factory_testing_framework/_deserializers/_deserializer_data_factory.py
src/data_factory_testing_framework/_deserializers/_deserializer_fabric.py
src/data_factory_testing_framework/_deserializers/shared/__init__.py
src/data_factory_testing_framework/_deserializers/shared/_activity_deserializer.py
src/data_factory_testing_framework/_deserializers/shared/_data_factory_element_replacer.py
src/data_factory_testing_framework/_expression_runtime/expression_runtime.py
src/data_factory_testing_framework/_expression_runtime/functions_repository.py
src/data_factory_testing_framework/_expression_runtime/data_factory_expression/__init__.py
src/data_factory_testing_framework/_expression_runtime/data_factory_expression/data_factory_to_expression_transformer.py
src/data_factory_testing_framework/_expression_runtime/data_factory_expression/exceptions.py
src/data_factory_testing_framework/_expression_runtime/data_factory_expression/expression_transformer.py
src/data_factory_testing_framework/_pythonnet/Evaluator.csproj
src/data_factory_testing_framework/_pythonnet/__init__.py
src/data_factory_testing_framework/_pythonnet/data_factory_testing_framework_expressions_evaluator.py
src/data_factory_testing_framework/_repositories/__init__.py
src/data_factory_testing_framework/_repositories/data_factory_repository.py
src/data_factory_testing_framework/_repositories/_factories/base_repository_factory.py
src/data_factory_testing_framework/_repositories/_factories/data_factory_repository_factory.py
src/data_factory_testing_framework/_repositories/_factories/fabric_repository_factory.py
src/data_factory_testing_framework/exceptions/__init__.py
src/data_factory_testing_framework/exceptions/_activity_not_found_error.py
src/data_factory_testing_framework/exceptions/_activity_output_field_not_found_error.py
src/data_factory_testing_framework/exceptions/_control_activity_expression_evaluated_not_to_expected_type.py
src/data_factory_testing_framework/exceptions/_data_factory_element_evaluation_error.py
src/data_factory_testing_framework/exceptions/_function_call_invalid_arguments_count_error.py
src/data_factory_testing_framework/exceptions/_parameter_not_found_error.py
src/data_factory_testing_framework/exceptions/_pipeline_activities_circular_dependency_error.py
src/data_factory_testing_framework/exceptions/_pipeline_not_found_error.py
src/data_factory_testing_framework/exceptions/_state_iteration_item_not_set_error.py
src/data_factory_testing_framework/exceptions/_unsupported_function_error.py
src/data_factory_testing_framework/exceptions/_user_error.py
src/data_factory_testing_framework/exceptions/_variable_being_evaluated_does_not_exist_error.py
src/data_factory_testing_framework/exceptions/_variable_not_found_error.py
src/data_factory_testing_framework/models/__init__.py
src/data_factory_testing_framework/models/_data_factory_element.py
src/data_factory_testing_framework/models/_data_factory_object_type.py
src/data_factory_testing_framework/models/_pipeline.py
src/data_factory_testing_framework/models/activities/__init__.py
src/data_factory_testing_framework/models/activities/_activity.py
src/data_factory_testing_framework/models/activities/_activity_dependency.py
src/data_factory_testing_framework/models/activities/_append_variable_activity.py
src/data_factory_testing_framework/models/activities/_control_activity.py
src/data_factory_testing_framework/models/activities/_execute_pipeline_activity.py
src/data_factory_testing_framework/models/activities/_fail_activity.py
src/data_factory_testing_framework/models/activities/_filter_activity.py
src/data_factory_testing_framework/models/activities/_for_each_activity.py
src/data_factory_testing_framework/models/activities/_if_condition_activity.py
src/data_factory_testing_framework/models/activities/_set_variable_activity.py
src/data_factory_testing_framework/models/activities/_switch_activity.py
src/data_factory_testing_framework/models/activities/_until_activity.py
src/data_factory_testing_framework/state/__init__.py
src/data_factory_testing_framework/state/_activity_result.py
src/data_factory_testing_framework/state/_dependency_condition.py
src/data_factory_testing_framework/state/_pipeline_run_state.py
src/data_factory_testing_framework/state/_pipeline_run_variable.py
src/data_factory_testing_framework/state/_run_parameter.py
src/data_factory_testing_framework/state/_run_parameter_type.py
src/data_factory_testing_framework/state/_run_state.py
tests/test_test_framework.py