From 146e0993a9f264e53546ba9e23abf4d729f2363d Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 11 Apr 2023 01:26:55 -0400 Subject: [PATCH] More explicit test mod docstring --- tests/test_paper.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tests/test_paper.py b/tests/test_paper.py index 8a290f6a..378c2690 100644 --- a/tests/test_paper.py +++ b/tests/test_paper.py @@ -1,5 +1,13 @@ ''' -Paper-mode testing +Execution mgmt system (EMS) e2e testing. + +Most tests leverage our paper clearing engine found (currently) in +``piker.clearing._paper_engine`. + +Ideally in the longer run we are able to support forms of (non-clearing) +live order tests against certain backends that make it possible to do +so.. + ''' from contextlib import ( contextmanager as cm,