()
| 11 | |
| 12 | |
| 13 | def test_timeseries(): |
| 14 | df = timeseries(freq="360 s", start="2000-01-01", end="2000-01-02") |
| 15 | assert_eq(df, df) |
| 16 | |
| 17 | |
| 18 | @pytest.mark.skipif(not pyarrow_strings_enabled(), reason="structure different") |
nothing calls this directly
no test coverage detected