More explicit test mod docstring

rekt_pps
Tyler Goodlet 2023-04-11 01:26:55 -04:00
parent 2cf7daca30
commit 146e0993a9
1 changed files with 9 additions and 1 deletions

View File

@ -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,