TST: Fixturize series/test_datetime_values.py (#22966) · pandas-dev/pandas@45d3bb7 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit 45d3bb7
authored and
committed
TST: Fixturize series/test_datetime_values.py (#22966)
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -23,10 +23,8 @@ | ||
23 | 23 | from pandas.util.testing import assert_series_equal |
24 | 24 | import pandas.util.testing as tm |
25 | 25 | |
26 | -from .common import TestData | |
27 | 26 | |
28 | - | |
29 | -class TestSeriesDatetimeValues(TestData): | |
27 | +class TestSeriesDatetimeValues(): | |
30 | 28 | |
31 | 29 | def test_dt_namespace_accessor(self): |
32 | 30 |