Skip to content

Commit

Permalink
[SPARK-42497][FOLLOWUPS][TESTS] Add missing UTs to modules.py
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
add missing UTs

### Why are the changes needed?
the two UTs were missing in #40525

### Does this PR introduce _any_ user-facing change?
no. test-only

### How was this patch tested?
updated CI

Closes #42262 from zhengruifeng/ps_test_ewm.

Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
  • Loading branch information
zhengruifeng committed Aug 2, 2023
1 parent 4f66f09 commit 6891f2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/sparktestsupport/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ def __hash__(self):
"pyspark.pandas.tests.test_default_index",
"pyspark.pandas.tests.test_expanding",
"pyspark.pandas.tests.test_extension",
"pyspark.pandas.tests.test_ewm",
"pyspark.pandas.tests.test_frame_spark",
"pyspark.pandas.tests.test_generic_functions",
"pyspark.pandas.tests.test_indexops_spark",
Expand Down Expand Up @@ -928,6 +929,7 @@ def __hash__(self):
"pyspark.pandas.tests.connect.test_parity_default_index",
"pyspark.pandas.tests.connect.test_parity_expanding",
"pyspark.pandas.tests.connect.test_parity_extension",
"pyspark.pandas.tests.connect.test_parity_ewm",
"pyspark.pandas.tests.connect.test_parity_frame_spark",
"pyspark.pandas.tests.connect.test_parity_generic_functions",
"pyspark.pandas.tests.connect.test_parity_indexops_spark",
Expand Down

0 comments on commit 6891f2c

Please sign in to comment.