We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c134886 commit 4b2894dCopy full SHA for 4b2894d
tests/futures/test_futures_trade.py
@@ -33,16 +33,17 @@ def _run_before_and_after_tests(futures_demo_trade: Trade) -> Generator:
33
sleep(0.25)
34
35
36
-@pytest.mark.wip
37
@pytest.mark.futures
38
@pytest.mark.futures_auth
39
@pytest.mark.futures_trade
40
def test_get_fills(futures_demo_trade: Trade) -> None:
41
- """Checks the ``get_fills`` endpoint."""
+ """
+ Checks the ``get_fills`` endpoint.
42
43
assert is_success(futures_demo_trade.get_fills())
- # assert is_success(
44
- # futures_demo_trade.get_fills(lastFillTime="2024-08-27T17:03:33.196Z"),
45
- # )
+ assert is_success(
+ futures_demo_trade.get_fills(lastFillTime="2020-07-21T12:41:52.790Z"),
46
+ )
47
48
49
0 commit comments