From a1c8641359e540e7735f841ec92db4e5d39dabcb Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 7 Mar 2019 18:54:11 -0500 Subject: [PATCH] these are always nice --- src/allmydata/test/eliotutil.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/allmydata/test/eliotutil.py b/src/allmydata/test/eliotutil.py index b230017ab..3353ec50e 100644 --- a/src/allmydata/test/eliotutil.py +++ b/src/allmydata/test/eliotutil.py @@ -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,