method keyword in rolling/expanding/ewm constructor
(request)
| 28 | |
| 29 | @pytest.fixture(params=["single", "table"]) |
| 30 | def method(request): |
| 31 | """method keyword in rolling/expanding/ewm constructor""" |
| 32 | return request.param |
| 33 | |
| 34 | |
| 35 | @pytest.fixture( |
no outgoing calls
no test coverage detected