Skip to content

Commit d8cd9ce

Browse files
authored
TEST-modin-project#3622: Centralize tests in Modin (modin-project#7137)
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
1 parent a6a8399 commit d8cd9ce

File tree

161 files changed

+257
-281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+257
-281
lines changed

.github/actions/run-core-tests/group_1/action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ runs:
1313
steps:
1414
- run: |
1515
echo "::group::Running dataframe tests (group 1)..."
16-
${{ inputs.runner }} ${{ inputs.parallel }} modin/pandas/test/dataframe/test_binary.py \
17-
modin/pandas/test/dataframe/test_default.py \
18-
modin/pandas/test/dataframe/test_indexing.py \
19-
modin/pandas/test/dataframe/test_iter.py
16+
${{ inputs.runner }} ${{ inputs.parallel }} modin/tests/pandas/dataframe/test_binary.py \
17+
modin/tests/pandas/dataframe/test_default.py \
18+
modin/tests/pandas/dataframe/test_indexing.py \
19+
modin/tests/pandas/dataframe/test_iter.py
2020
echo "::endgroup::"
2121
shell: bash -l {0}

.github/actions/run-core-tests/group_2/action.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ runs:
1313
steps:
1414
- run: |
1515
echo "::group::Running dataframe tests (group 2)..."
16-
${{ inputs.runner }} ${{ inputs.parallel }} modin/pandas/test/dataframe/test_join_sort.py \
17-
modin/pandas/test/dataframe/test_reduce.py \
18-
modin/pandas/test/dataframe/test_udf.py \
19-
modin/pandas/test/dataframe/test_window.py \
20-
modin/pandas/test/dataframe/test_pickle.py
16+
${{ inputs.runner }} ${{ inputs.parallel }} modin/tests/pandas/dataframe/test_join_sort.py \
17+
modin/tests/pandas/dataframe/test_reduce.py \
18+
modin/tests/pandas/dataframe/test_udf.py \
19+
modin/tests/pandas/dataframe/test_window.py \
20+
modin/tests/pandas/dataframe/test_pickle.py
2121
echo "::endgroup::"
2222
shell: bash -l {0}

.github/actions/run-core-tests/group_3/action.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ runs:
1313
steps:
1414
- run: |
1515
echo "::group::Running tests (group 3)..."
16-
${{ inputs.runner }} ${{ inputs.parallel }} modin/pandas/test/test_series.py \
17-
modin/pandas/test/dataframe/test_map_metadata.py
16+
${{ inputs.runner }} ${{ inputs.parallel }} modin/tests/pandas/test_series.py \
17+
modin/tests/pandas/dataframe/test_map_metadata.py
1818
echo "::endgroup::"
1919
shell: bash -l {0}
2020
- run: |
2121
echo "::group::Running range-partitioning tests (group 3)..."
22-
MODIN_RANGE_PARTITIONING_GROUPBY=1 ${{ inputs.runner }} ${{ inputs.parallel }} modin/pandas/test/test_groupby.py
23-
MODIN_RANGE_PARTITIONING=1 ${{ inputs.runner }} ${{ inputs.parallel }} modin/pandas/test/test_series.py -k "test_unique or test_nunique or drop_duplicates or test_resample"
24-
MODIN_RANGE_PARTITIONING=1 ${{ inputs.runner }} ${{ inputs.parallel }} modin/pandas/test/test_general.py -k "test_unique"
25-
MODIN_RANGE_PARTITIONING=1 ${{ inputs.runner }} ${{ inputs.parallel }} modin/pandas/test/dataframe/test_map_metadata.py -k "drop_duplicates"
26-
MODIN_RANGE_PARTITIONING=1 ${{ inputs.runner }} ${{ inputs.parallel }} modin/pandas/test/dataframe/test_join_sort.py -k "merge"
27-
MODIN_RANGE_PARTITIONING=1 ${{ inputs.runner }} ${{ inputs.parallel }} modin/pandas/test/dataframe/test_default.py -k "resample"
22+
MODIN_RANGE_PARTITIONING_GROUPBY=1 ${{ inputs.runner }} ${{ inputs.parallel }} modin/tests/pandas/test_groupby.py
23+
MODIN_RANGE_PARTITIONING=1 ${{ inputs.runner }} ${{ inputs.parallel }} modin/tests/pandas/test_series.py -k "test_unique or test_nunique or drop_duplicates or test_resample"
24+
MODIN_RANGE_PARTITIONING=1 ${{ inputs.runner }} ${{ inputs.parallel }} modin/tests/pandas/test_general.py -k "test_unique"
25+
MODIN_RANGE_PARTITIONING=1 ${{ inputs.runner }} ${{ inputs.parallel }} modin/tests/pandas/dataframe/test_map_metadata.py -k "drop_duplicates"
26+
MODIN_RANGE_PARTITIONING=1 ${{ inputs.runner }} ${{ inputs.parallel }} modin/tests/pandas/dataframe/test_join_sort.py -k "merge"
27+
MODIN_RANGE_PARTITIONING=1 ${{ inputs.runner }} ${{ inputs.parallel }} modin/tests/pandas/dataframe/test_default.py -k "resample"
2828
echo "::endgroup::"
2929
shell: bash -l {0}

.github/actions/run-core-tests/group_4/action.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ runs:
1313
steps:
1414
- run: |
1515
echo "::group::Running tests (group 4)..."
16-
${{ inputs.runner }} ${{ inputs.parallel }} modin/pandas/test/test_rolling.py \
17-
modin/pandas/test/test_expanding.py \
18-
modin/pandas/test/test_groupby.py \
19-
modin/pandas/test/test_reshape.py \
20-
modin/pandas/test/test_general.py
16+
${{ inputs.runner }} ${{ inputs.parallel }} modin/tests/pandas/test_rolling.py \
17+
modin/tests/pandas/test_expanding.py \
18+
modin/tests/pandas/test_groupby.py \
19+
modin/tests/pandas/test_reshape.py \
20+
modin/tests/pandas/test_general.py
2121
echo "::endgroup::"
2222
shell: bash -l {0}
2323
- run: |
2424
echo "::group::Running concat tests (group 4)..."
25-
${{ inputs.runner }} modin/pandas/test/test_concat.py # Ray and Dask versions fails with -n 2
25+
${{ inputs.runner }} modin/tests/pandas/test_concat.py # Ray and Dask versions fails with -n 2
2626
echo "::endgroup::"
2727
shell: bash -l {0}

0 commit comments

Comments
 (0)