Shorten assertion docstring
parent
87eb9c5772
commit
d7317c3710
|
@ -114,11 +114,11 @@ def _assert(
|
||||||
executions,
|
executions,
|
||||||
):
|
):
|
||||||
with (
|
with (
|
||||||
open_trade_ledger(broker, account) as ledger,
|
|
||||||
open_pps(broker, account) as table,
|
open_pps(broker, account) as table,
|
||||||
):
|
):
|
||||||
'''
|
'''
|
||||||
Assert multiple cases including pps, ledger and final position message state
|
Assert multiple cases including pps,
|
||||||
|
ledger and final position message state
|
||||||
|
|
||||||
'''
|
'''
|
||||||
if assert_entries:
|
if assert_entries:
|
||||||
|
|
Loading…
Reference in New Issue