X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fhelper.py;h=a2f8a2243c5e6966a96ccda794741291970d201a;hb=8e648fd5b8d10c8f68b30ee0c30f02d5b60a1b77;hp=935e0601f1ad9bbd82433ea841fd89474f1ad2c5;hpb=56c3a6078a2740d43072dfe30f07b17b442e3cc2;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FTrader.git 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),