/dports/math/py-pandas/pandas-1.2.5/pandas/tests/scalar/timestamp/ |
H A D | test_unary_ops.py | 260 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 D | test_timezones.py | 129 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 D | test_conversion.py | 50 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 D | test_insert.py | 173 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 D | test_indexing.py | 203 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 D | test_constructors.py | 133 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 D | test_timezones.py | 254 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 D | test_setops.py | 270 def test_intersection_empty(self, tz_aware_fixture, freq): argument 272 tz = tz_aware_fixture
|
H A D | test_date_range.py | 650 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 D | test_promote.py | 408 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 D | test_timezones.py | 321 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 D | test_ewm.py | 119 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 D | test_dt_accessor.py | 351 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 D | test_append_common.py | 288 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 D | test_datetime64.py | 650 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 D | test_reset_index.py | 50 def test_reset_index_tz(self, tz_aware_fixture): 53 tz = tz_aware_fixture
|
H A D | test_reindex.py | 151 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 D | conftest.py | 994 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 D | test_writers.py | 1285 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 D | test_reductions.py | 194 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 D | test_query_eval.py | 713 def test_check_tz_aware_index_query(self, tz_aware_fixture): argument 715 tz = tz_aware_fixture
|
H A D | test_constructors.py | 2837 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 D | test_datetime_index.py | 483 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 D | test_constructors.py | 1481 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 D | test_datetimelike.py | 48 def test_ts_plot_with_tz(self, tz_aware_fixture): argument 50 tz = tz_aware_fixture
|