tests package

Submodules

tests.conftest module

tests.conftest.spark_session(request)[source]

fixture for creating a spark context Args: request: pytest.FixtureRequest object

tests.conftest.test_pandas_df()[source]
tests.conftest.test_spark_df(spark_session, test_pandas_df)[source]

tests.test_pandas_transform module

tests.test_pandas_transform.test_agg(test_pandas_df)[source]
tests.test_pandas_transform.test_apply(test_pandas_df)[source]
tests.test_pandas_transform.test_assign(test_pandas_df)[source]
tests.test_pandas_transform.test_astype(test_pandas_df)[source]
tests.test_pandas_transform.test_drop_duplicates(test_pandas_df)[source]
tests.test_pandas_transform.test_fillna(test_pandas_df)[source]
tests.test_pandas_transform.test_filter(test_pandas_df)[source]
tests.test_pandas_transform.test_groupby(test_pandas_df)[source]
tests.test_pandas_transform.test_query(test_pandas_df)[source]
tests.test_pandas_transform.test_select_dtypes(test_pandas_df)[source]

tests.test_spark_transform module

tests.test_spark_transform.test_conditionalmappilng(test_spark_df)[source]
tests.test_spark_transform.test_select(test_spark_df)[source]
tests.test_spark_transform.test_withcolumn(test_spark_df)[source]

Module contents