Skip to content

Commit

Permalink
Sort test names in module
Browse files Browse the repository at this point in the history
  • Loading branch information
xinrong-meng committed Apr 15, 2021
1 parent 713aad1 commit a209a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/sparktestsupport/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,14 +643,14 @@ def __hash__(self):
"pyspark.pandas.tests.test_repr",
"pyspark.pandas.tests.test_reshape",
"pyspark.pandas.tests.test_rolling",
"pyspark.pandas.tests.test_typedef",
"pyspark.pandas.tests.test_utils",
"pyspark.pandas.tests.test_series",
"pyspark.pandas.tests.test_series_conversion",
"pyspark.pandas.tests.test_series_datetime",
"pyspark.pandas.tests.test_series_string",
"pyspark.pandas.tests.test_sql",
"pyspark.pandas.tests.test_stats",
"pyspark.pandas.tests.test_typedef",
"pyspark.pandas.tests.test_utils",
"pyspark.pandas.tests.test_window",
],
excluded_python_implementations=[
Expand Down

0 comments on commit a209a9f

Please sign in to comment.