Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pandas/tests/frame/methods/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""
Test files dedicated to individual (stand-alone) DataFrame methods

Ideally these files/tests should correspond 1-to-1 with tests.series.methods

These may also present opportunities for sharing/de-duplicating test code.
"""
7 changes: 7 additions & 0 deletions pandas/tests/series/methods/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""
Test files dedicated to individual (stand-alone) Series methods

Ideally these files/tests should correspond 1-to-1 with tests.frame.methods

These may also present opportunities for sharing/de-duplicating test code.
"""