Skip to content

Commit df9fc4f

Browse files
committed
TST: create the pandas/tests/scalar directory structure
1 parent da92a5c commit df9fc4f

File tree

4 files changed

+3
-0
lines changed

4 files changed

+3
-0
lines changed

pandas/tests/scalar/__init__.py

Whitespace-only changes.

pandas/tests/scalar/test_timedelta.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
""" test the scalar Timedelta """

pandas/tests/scalar/test_timestamp.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
""" test the scalar Timestamp """

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ def pxd(name):
644644
'pandas.tests.groupby',
645645
'pandas.tests.series',
646646
'pandas.tests.formats',
647+
'pandas.tests.scalar',
647648
'pandas.tests.types',
648649
'pandas.tests.test_msgpack',
649650
'pandas.tests.plotting',

0 commit comments

Comments
 (0)