From 3f50930dc06a980ac5dcf012fa23ecc0a70ce1b4 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 31 Oct 2012 11:23:53 +1300 Subject: Use .freeze to implement the -e explain flags for pathod and pathoc. This now prints (in pathoc) or logs (in pathod) a frozen specification that includes an expanded record of all generated values and locations. --- test/tutils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/tutils.py') diff --git a/test/tutils.py b/test/tutils.py index a63ed7eb..3de18417 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -23,7 +23,8 @@ class DaemonTests: timeout = self.timeout, hexdump = self.hexdump, logreq = True, - logresp = True + logresp = True, + explain = True ) @classmethod -- cgit v1.2.3