Skip to content

Commit da83b62

Browse files
amyskovanmyachev
andauthored
TEST-#2509: Io tests refactoring (#2523)
* TEST-#2509: refactor read_csv tests Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> TEST-#2509: refactor tests with warnings Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> TEST-#2509: read_parquet tests refactoring Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> TEST-#2509: read_json tests refactoring Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> TEST-#2509: read_excel tests refactoring Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> TEST-#2509: read_hdf tests refactoring Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> TEST-#2509: add html and sql tests Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> TEST-#2509: fwf tests refactoring Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> TEST-#2509: further tests refactoring Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> TEST-#2509: mark xfailed tests and fix Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> TEST-#2509: fix Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> TEST-#2509: further refactoring Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> TEST-#2509: correct teardown stage Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> * TEST-#2509: mark failed tests Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> * TEST-#2509: fix Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> * TEST-#2509: correct test_HDFStore test Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> * TEST-#2509: use common teardown function Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> * TEST-#2509: typo fix Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> * TEST-#2509: fix Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> * TEST-#2509: addressing review comments Co-authored-by: Anatoly Myachev <45976948+anmyachev@users.noreply.github.com> Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> * TEST-#2509: addressing review comments Signed-off-by: Alexander Myskov <alexander.myskov@intel.com> Co-authored-by: Anatoly Myachev <45976948+anmyachev@users.noreply.github.com>
1 parent 787d2b1 commit da83b62

File tree

4 files changed

+1016
-1246
lines changed

4 files changed

+1016
-1246
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ jobs:
496496
conda info
497497
conda list
498498
- shell: bash -l {0}
499-
run: python -m pytest --simulate-cloud=normal modin/pandas/test/test_io.py::TestReadCSV
499+
run: python -m pytest --simulate-cloud=normal modin/pandas/test/test_io.py::TestCsv
500500
- shell: bash -l {0}
501501
run: bash <(curl -s https://codecov.io/bash)
502502

@@ -620,4 +620,4 @@ jobs:
620620
conda list
621621
- run: sudo apt update && sudo apt install -y libhdf5-dev
622622
- shell: bash -l {0}
623-
run: python -m pytest modin/pandas/test/test_io.py::TestReadCSV
623+
run: python -m pytest modin/pandas/test/test_io.py::TestCsv

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,4 +359,4 @@ jobs:
359359
conda list
360360
- run: sudo apt update && sudo apt install -y libhdf5-dev
361361
- shell: bash -l {0}
362-
run: python -m pytest modin/pandas/test/test_io.py::TestReadCSV
362+
run: python -m pytest modin/pandas/test/test_io.py::TestCsv

0 commit comments

Comments
 (0)