drop pdbs

This commit is contained in:
Cayo Puigdefabregas 2021-04-15 21:23:02 +02:00
parent 70188f43a2
commit 7836f2fc8d
1 changed files with 0 additions and 1 deletions

View File

@ -750,7 +750,6 @@ def test_deallocate_bad_dates(user: UserClient):
def test_trade(action_model_state: Tuple[Type[models.Action], states.Trading], user: UserClient):
"""Tests POSTing all Trade actions."""
# todo missing None states.Trading for after cancelling renting, for example
# import pdb; pdb.set_trace()
# Remove this test
action_model, state = action_model_state
snapshot, _ = user.post(file('basic.snapshot'), res=models.Snapshot)