Home
last modified time | relevance | path

Searched refs:tz_aware_fixture (Results 1 – 25 of 25) sorted by relevance

/dports/math/py-pandas/pandas-1.2.5/pandas/tests/scalar/timestamp/
H A Dtest_unary_ops.py260 def test_replace_aware(self, tz_aware_fixture): argument
261 tz = tz_aware_fixture
269 def test_replace_preserves_nanos(self, tz_aware_fixture): argument
270 tz = tz_aware_fixture
277 def test_replace_multiple(self, tz_aware_fixture): argument
278 tz = tz_aware_fixture
296 def test_replace_invalid_kwarg(self, tz_aware_fixture): argument
297 tz = tz_aware_fixture
304 def test_replace_integer_args(self, tz_aware_fixture): argument
305 tz = tz_aware_fixture
H A Dtest_timezones.py129 def test_tz_localize_roundtrip(self, stamp, tz_aware_fixture):
130 tz = tz_aware_fixture
290 def test_tz_convert_roundtrip(self, stamp, tz_aware_fixture):
291 tz = tz_aware_fixture
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/tslibs/
H A Dtest_conversion.py50 def test_tz_convert_single_matches_tz_convert_hourly(tz_aware_fixture): argument
51 tz = tz_aware_fixture
60 def test_tz_convert_single_matches_tz_convert(tz_aware_fixture, freq): argument
61 tz = tz_aware_fixture
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/indexes/datetimes/
H A Dtest_insert.py173 def test_insert_mismatched_types_raises(self, tz_aware_fixture, item): argument
175 tz = tz_aware_fixture
182 def test_insert_object_casting(self, tz_aware_fixture): argument
184 tz = tz_aware_fixture
H A Dtest_indexing.py203 def test_where_mismatched_nat(self, tz_aware_fixture):
204 tz = tz_aware_fixture
686 self, box, kind, side, expected, tz_aware_fixture
689 tz = tz_aware_fixture
704 self, box, kind, side, year, expected, tz_aware_fixture
707 tz = tz_aware_fixture
719 def test_slice_datetime_locs(self, box, kind, tz_aware_fixture):
721 tz = tz_aware_fixture
H A Dtest_constructors.py133 def test_construction_with_alt(self, kwargs, tz_aware_fixture): argument
134 tz = tz_aware_fixture
144 def test_construction_with_alt_tz_localize(self, kwargs, tz_aware_fixture): argument
145 tz = tz_aware_fixture
H A Dtest_timezones.py254 def test_tz_convert_roundtrip(self, tz_aware_fixture): argument
255 tz = tz_aware_fixture
449 def test_dti_tz_localize_roundtrip(self, tz_aware_fixture): argument
454 tz = tz_aware_fixture
H A Dtest_setops.py270 def test_intersection_empty(self, tz_aware_fixture, freq): argument
272 tz = tz_aware_fixture
H A Dtest_date_range.py650 def test_negative_non_tick_frequency_descending_dates(self, tz_aware_fixture): argument
652 tz = tz_aware_fixture
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/dtypes/cast/
H A Dtest_promote.py408 tz_aware_fixture, any_numpy_dtype_reduced argument
410 dtype = DatetimeTZDtype(tz=tz_aware_fixture)
423 def test_maybe_promote_datetimetz_with_datetimetz(tz_aware_fixture, tz_aware_fixture2): argument
424 dtype = DatetimeTZDtype(tz=tz_aware_fixture)
441 def test_maybe_promote_datetimetz_with_na(tz_aware_fixture, fill_value): argument
443 dtype = DatetimeTZDtype(tz=tz_aware_fixture)
462 any_numpy_dtype_reduced, tz_aware_fixture, fill_value argument
465 fill_dtype = DatetimeTZDtype(tz=tz_aware_fixture)
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/pytables/
H A Dtest_timezones.py321 def test_timezones_fixed_format_frame_empty(setup_path, tz_aware_fixture):
324 dtype = pd.DatetimeTZDtype(tz=tz_aware_fixture)
334 def test_timezones_fixed_format_series_nonempty(setup_path, tz_aware_fixture):
337 dtype = pd.DatetimeTZDtype(tz=tz_aware_fixture)
346 def test_timezones_fixed_format_series_empty(setup_path, tz_aware_fixture):
349 dtype = pd.DatetimeTZDtype(tz=tz_aware_fixture)
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/window/
H A Dtest_ewm.py119 def test_ewma_with_times_variable_spacing(tz_aware_fixture): argument
120 tz = tz_aware_fixture
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/series/accessors/
H A Dtest_dt_accessor.py351 def test_dt_tz_localize_categorical(self, tz_aware_fixture): argument
353 tz = tz_aware_fixture
362 def test_dt_tz_convert_categorical(self, tz_aware_fixture): argument
364 tz = tz_aware_fixture
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/reshape/concat/
H A Dtest_append_common.py288 def test_concatlike_datetimetz(self, tz_aware_fixture): argument
289 tz = tz_aware_fixture
326 def test_concatlike_datetimetz_to_object(self, tz_aware_fixture): argument
327 tz = tz_aware_fixture
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/arithmetic/
H A Dtest_datetime64.py650 self, op, other, tz_aware_fixture, box_with_array argument
653 tz = tz_aware_fixture
1033 self, tz_aware_fixture, box_with_array argument
1036 tz = tz_aware_fixture
1235 def test_dti_add_tick_tzaware(self, tz_aware_fixture, box_with_array): argument
1237 tz = tz_aware_fixture
1576 self, op, offset, exp, exp_freq, tz_aware_fixture, box_with_array argument
1579 tz = tz_aware_fixture
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/frame/methods/
H A Dtest_reset_index.py50 def test_reset_index_tz(self, tz_aware_fixture):
53 tz = tz_aware_fixture
H A Dtest_reindex.py151 def test_reindex_nearest_tz(self, tz_aware_fixture): argument
153 tz = tz_aware_fixture
/dports/math/py-pandas/pandas-1.2.5/pandas/
H A Dconftest.py994 def tz_aware_fixture(request): function
1002 tz_aware_fixture2 = tz_aware_fixture
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/excel/
H A Dtest_writers.py1285 def test_raise_when_saving_timezones(self, dtype, tz_aware_fixture, path): argument
1287 tz = tz_aware_fixture
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/reductions/
H A Dtest_reductions.py194 def test_numpy_reduction_with_tz_aware_dtype(self, tz_aware_fixture, func): argument
196 tz = tz_aware_fixture
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/frame/
H A Dtest_query_eval.py713 def test_check_tz_aware_index_query(self, tz_aware_fixture): argument
715 tz = tz_aware_fixture
H A Dtest_constructors.py2837 def test_constructor_data_aware_dtype_naive(self, tz_aware_fixture): argument
2839 tz = tz_aware_fixture
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/resample/
H A Dtest_datetime_index.py483 def test_nearest_upsample_with_limit(tz_aware_fixture, freq, rule):
485 rng = date_range("1/1/2000", periods=3, freq=freq, tz=tz_aware_fixture)
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/series/
H A Dtest_constructors.py1481 def test_constructor_data_aware_dtype_naive(self, tz_aware_fixture):
1483 tz = tz_aware_fixture
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/plotting/
H A Dtest_datetimelike.py48 def test_ts_plot_with_tz(self, tz_aware_fixture): argument
50 tz = tz_aware_fixture