-
Notifications
You must be signed in to change notification settings - Fork 3
/
pytest.ini
15 lines (15 loc) · 1.31 KB
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[pytest]
markers =
exception: Unit tests when an exception is raised
dataframes: Unit tests related to the generation of DataFrames samples
get_json_data_info: Unit tests for function get_json_data_info() on dataframes.py module
parse_string_to_spark_dtype: Unit tests for function parse_string_to_spark_dtype() on dataframes.py module
create_spark_schema_from_schema_info: Unit tests for function create_spark_schema_from_schema_info() on dataframes.py module
create_spark_dataframe_from_json_info: Unit tests for function create_spark_dataframe_from_json_info() on dataframes.py module
compare_dataframe_schemas: Unit tests for function compare_dataframe_schemas() on dataframes.py module
transform_orders: Unit test for transform_orders() function from transformers.py auxiliar module
transform_order_items: Unit test for transform_order_items() function from transformers.py auxiliar module
transform_customers: Unit test for transform_customers() function from transformers.py auxiliar module
transform_payments: Unit test for transform_payments() function from transformers.py auxiliar module
transform_reviews: Unit test for transform_reviews() function from transformers.py auxiliar module
transform_sot: Unit test for transform_sot() function from transformers.py auxiliar module