these are always nice

This commit is contained in:
Jean-Paul Calderone 2019-03-07 18:54:11 -05:00
parent 19666c4c91
commit a1c8641359

View File

@ -2,6 +2,12 @@
Tools aimed at the interaction between tests and Eliot.
"""
__all__ = [
"RUN_TEST",
"EliotLoggedRunTest",
"eliot_logged_test",
]
from functools import (
wraps,
partial,