Skip to content

Commit

Permalink
TEST-#2509: Io tests refactoring (#2523)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
amyskov and anmyachev committed Dec 15, 2020
1 parent 787d2b1 commit da83b62
Show file tree
Hide file tree
Showing 4 changed files with 1,016 additions and 1,246 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ jobs:
conda info
conda list
- shell: bash -l {0}
run: python -m pytest --simulate-cloud=normal modin/pandas/test/test_io.py::TestReadCSV
run: python -m pytest --simulate-cloud=normal modin/pandas/test/test_io.py::TestCsv
- shell: bash -l {0}
run: bash <(curl -s https://codecov.io/bash)

Expand Down Expand Up @@ -620,4 +620,4 @@ jobs:
conda list
- run: sudo apt update && sudo apt install -y libhdf5-dev
- shell: bash -l {0}
run: python -m pytest modin/pandas/test/test_io.py::TestReadCSV
run: python -m pytest modin/pandas/test/test_io.py::TestCsv
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,4 +359,4 @@ jobs:
conda list
- run: sudo apt update && sudo apt install -y libhdf5-dev
- shell: bash -l {0}
run: python -m pytest modin/pandas/test/test_io.py::TestReadCSV
run: python -m pytest modin/pandas/test/test_io.py::TestCsv
Loading

0 comments on commit da83b62

Please sign in to comment.