Commit 5c89090
authored
TST: add test for DataFrame with duplicate indices concat (#45888)
* add test for DataFrame.join()
DataFrame.join() with duplicate indices should raise now and add test for this.
* Update test_join.py
catch concat's raise, not join
* Fixes from pre-commit [automated commit]
* Update test_join.py
add msg for pytest.raises for Code Check
* move new test to concat
* Update test_concat.py
remove whitespace in blank line
* Fixes from pre-commit [automated commit]
* Update test_concat.py
add detailed description for test, also tend to trigger all checks
* Update test_concat.py
use concat directly instead of pd.concat for flake81 parent 70e4c5b commit 5c89090
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
490 | 493 | | |
491 | 494 | | |
492 | 495 | | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
493 | 505 | | |
494 | 506 | | |
495 | 507 | | |
| |||
0 commit comments