X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FTrader.git;a=blobdiff_plain;f=tests%2Fhelper.py;fp=tests%2Fhelper.py;h=a2f8a2243c5e6966a96ccda794741291970d201a;hp=935e0601f1ad9bbd82433ea841fd89474f1ad2c5;hb=a4bb44d8bc27af7c57f439ffd9edca51c2f0afb4;hpb=3dc533684a76883c33c39c615080e5f0ae5126a0 diff --git a/tests/helper.py b/tests/helper.py index 935e060..a2f8a22 100644 --- a/tests/helper.py +++ b/tests/helper.py @@ -45,6 +45,7 @@ class WebMockTestCase(unittest.TestCase): worker_tag="", worker_notify=None, worker_started=False, + poll_started_at=None, callback=None), mock.patch.multiple(portfolio.Computation, computations=portfolio.Computation.computations),