Skip to content

Commit 1be80ea

Browse files
jbrockmendeljreback
authored andcommitted
REF: directory for method-specific series/frame tests (#30362)
1 parent eadaa40 commit 1be80ea

12 files changed

+14
-0
lines changed
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""
2+
Test files dedicated to individual (stand-alone) DataFrame methods
3+
4+
Ideally these files/tests should correspond 1-to-1 with tests.series.methods
5+
6+
These may also present opportunities for sharing/de-duplicating test code.
7+
"""
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""
2+
Test files dedicated to individual (stand-alone) Series methods
3+
4+
Ideally these files/tests should correspond 1-to-1 with tests.frame.methods
5+
6+
These may also present opportunities for sharing/de-duplicating test code.
7+
"""

0 commit comments

Comments
 (0)