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=8f98e46aa52f4e229ae4f44cd9cc49f9fad9c866;hpb=445185355d0d13d8d7251fa9add8e249c5361aa7 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),