Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor#3622 #3638

Closed
wants to merge 3 commits into from
Closed

Refactor#3622 #3638

wants to merge 3 commits into from

Conversation

teaVeloper
Copy link

@teaVeloper teaVeloper commented Nov 1, 2021

What do these changes do?

Working on Issue #3622
Move Tests for modin.pandas into directory modin/test/pandas and changing all references either in

  • imports
  • conftest.py
  • file readers
  • documentation
  • Github Actions

not resolving issue completely, as same needs to be done for other tests (I will do, after this PR is accepted, or shall I work on the whole issue before openin PR?).

Not all tests where succesfull, but the same failed in master (so in upstream without modifications).

  • commit message follows format outlined here
  • passes flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py
  • passes black --check modin/ asv_bench/benchmarks scripts/doc_checker.py
  • signed commit with git commit -s
  • Resolves #?
  • tests added and passing
  • module layout described at docs/developer/architecture.rst is up-to-date

Move all modin.pandas releated tests from modin/modin/pandas/test
into modin/modin/test/pandas.

change conftest.py to adapt regarding.

Change entries in CI - .github/workflows/*.yml to
use the changed folders instead of the old ones

Signed-off-by: Bertold Sedlak <berti.sedlak@gmail.com>
Fix import error within experimental pandas test using
previously moved test file

Signed-off-by: Bertold Sedlak <berti.sedlak@gmail.com>
Fix references in Files to import modin.pandas.test or
using modin/pandas/test to new version

Also fix references in documentation.

Signed-off-by: Bertold Sedlak <berti.sedlak@gmail.com>
@teaVeloper teaVeloper requested a review from a team as a code owner November 1, 2021 20:01
@teaVeloper teaVeloper closed this Nov 1, 2021
@teaVeloper
Copy link
Author

need to add colon (:) to commit messages, to follow guidelines..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant