From 80858ea67d85800089d7842fc66505fa83103aa0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 16 Jun 2019 14:57:55 +0300 Subject: Change: make generated test program more convenient Also, the jt fable now works, against my locally modified version of jt (soon to be pushed to git.liw.fi). The generated program now has options --tempdir (default is something in /tmp). If --tempdir is used, it doesn't removed at the end. Each scenario gets a temporary directory created under the temporary directory. The generated program also has the options --log for specifying a log file, and --scenario to specify which scenarios to run (use once per scenario). --- jt-prelude.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 jt-prelude.py (limited to 'jt-prelude.py') diff --git a/jt-prelude.py b/jt-prelude.py new file mode 100644 index 0000000..be5c08f --- /dev/null +++ b/jt-prelude.py @@ -0,0 +1 @@ +from jt import * -- cgit v1.2.1