-
Notifications
You must be signed in to change notification settings - Fork 72
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
Switch tests from pd.testing.assert_frame_equal
to dd.assert_eq
#365
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
3be78ef
Start moving tests to dd.assert_eq
charlesbluca 1b2fe7b
Merge remote-tracking branch 'upstream/main' into use-assert-eq
charlesbluca fad647e
Use assert_eq in datetime filter test
charlesbluca 88b2015
Resolve most resulting test failures
charlesbluca 102d98f
Resolve remaining test failures
charlesbluca e3d1b7c
Convert over tests
charlesbluca f669426
Convert more tests
charlesbluca 29ecdb7
Consolidate select limit cpu/gpu test
charlesbluca 554b2c4
Remove remaining assert_series_equal
charlesbluca dc5dfec
Remove explicit cudf imports from many tests
charlesbluca 1edc3b1
Resolve rex test failures
charlesbluca 69728be
Remove some additional compute calls
charlesbluca e4f3659
Consolidate sorting tests with getfixturevalue
charlesbluca 901f89b
Merge remote-tracking branch 'upstream/main' into use-assert-eq
charlesbluca cb7db7f
Fix failed join test
charlesbluca cb2165a
Remove breakpoint
charlesbluca 3ba74a6
Merge remote-tracking branch 'upstream/main' into use-assert-eq
charlesbluca 4ab1369
Merge remote-tracking branch 'upstream/main' into use-assert-eq
charlesbluca e5daeee
Merge branch 'main' into use-assert-eq
charlesbluca 1bc8aae
Merge remote-tracking branch 'upstream/main' into use-assert-eq
charlesbluca 64a5902
Use custom assert_eq function for tests
charlesbluca 0aff7d4
Resolve test failures / seg faults
charlesbluca 5430103
Merge remote-tracking branch 'upstream/main' into use-assert-eq
charlesbluca c6b40fc
Remove unnecessary testing utils
charlesbluca 0acce5d
Merge remote-tracking branch 'upstream/main' into use-assert-eq
charlesbluca 0c5be75
Merge remote-tracking branch 'upstream/main' into use-assert-eq
charlesbluca fbace06
Resolve local test failures
charlesbluca 18048b4
Generalize RAND test
charlesbluca a5a6a3b
Avoid closing client if using independent cluster
charlesbluca f03bec3
Fix failures on Windows
charlesbluca ee92fdb
Merge remote-tracking branch 'upstream/main' into use-assert-eq
charlesbluca 5fc1526
Merge remote-tracking branch 'upstream/main' into use-assert-eq
charlesbluca 8cbdff9
Merge remote-tracking branch 'upstream/main' into use-assert-eq
charlesbluca 1e04978
Resolve black failures
charlesbluca c465d7b
Merge remote-tracking branch 'upstream/main' into use-assert-eq
charlesbluca 61b4a39
Merge remote-tracking branch 'upstream/main' into use-assert-eq
charlesbluca b3a1150
Make random test variables more clear
charlesbluca 4ee49d4
Merge remote-tracking branch 'upstream/main' into use-assert-eq
charlesbluca File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing this is only needed for the groupby test