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

TST: consolidate Index.test_insert / test_delete #18483

Closed
jreback opened this issue Nov 25, 2017 · 1 comment
Closed

TST: consolidate Index.test_insert / test_delete #18483

jreback opened this issue Nov 25, 2017 · 1 comment
Labels
Index Related to the Index class or subclasses Testing pandas testing functions or related to the test suite

Comments

@jreback
Copy link
Contributor

jreback commented Nov 25, 2017

we are repeating a fair amount of code in the testing of test_insert & test_delete (repeating in the sub-class testing). This could be pulled to index/common.py and index/datetimelike.py and tested on indices (the fixture).

xref #18300

@jreback jreback added Difficulty Intermediate Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite labels Nov 25, 2017
@jreback jreback added this to the 0.22.0 milestone Nov 25, 2017
@jreback jreback modified the milestones: 0.23.0, 0.24.0 Apr 14, 2018
@jreback jreback modified the milestones: 0.24.0, Contributions Welcome Oct 23, 2018
@toobaz toobaz added Index Related to the Index class or subclasses and removed Indexing Related to indexing on series/frames, not to indexes themselves labels Jun 29, 2019
@jbrockmendel
Copy link
Member

closing as these tests are now pretty well organized

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Index Related to the Index class or subclasses Testing pandas testing functions or related to the test suite
Projects
None yet
Development

No branches or pull requests

3 participants