aboutsummaryrefslogtreecommitdiff
path: root/tests/helper.py
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-08-26 22:22:32 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-08-26 22:22:32 +0200
commita4bb44d8bc27af7c57f439ffd9edca51c2f0afb4 (patch)
treef512e943a84127881c41b498a3ce4d5d0ca0cdb4 /tests/helper.py
parent3dc533684a76883c33c39c615080e5f0ae5126a0 (diff)
parent8f98e46aa52f4e229ae4f44cd9cc49f9fad9c866 (diff)
downloadTrader-a4bb44d8bc27af7c57f439ffd9edca51c2f0afb4.tar.gz
Trader-a4bb44d8bc27af7c57f439ffd9edca51c2f0afb4.tar.zst
Trader-a4bb44d8bc27af7c57f439ffd9edca51c2f0afb4.zip
Merge branch 'dev'v1.11.0
Diffstat (limited to 'tests/helper.py')
-rw-r--r--tests/helper.py1
1 files changed, 1 insertions, 0 deletions
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):
45 worker_tag="", 45 worker_tag="",
46 worker_notify=None, 46 worker_notify=None,
47 worker_started=False, 47 worker_started=False,
48 poll_started_at=None,
48 callback=None), 49 callback=None),
49 mock.patch.multiple(portfolio.Computation, 50 mock.patch.multiple(portfolio.Computation,
50 computations=portfolio.Computation.computations), 51 computations=portfolio.Computation.computations),