From 7836f2fc8d9a9414e8834d80b8337ba5df008af5 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Thu, 15 Apr 2021 21:23:02 +0200 Subject: [PATCH] drop pdbs --- tests/test_action.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_action.py b/tests/test_action.py index 2f0a1ea4..01d824ec 100644 --- a/tests/test_action.py +++ b/tests/test_action.py @@ -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)