summaryrefslogtreecommitdiff
path: root/fable.py
AgeCommit message (Collapse)AuthorFilesLines
2019-06-16Fix: log handline (not by default) and tmp handling (ok to not have)Lars Wirzenius1-5/+6
2019-06-16Change: make generated test program more convenientLars Wirzenius1-3/+87
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).
2019-06-15Add: note to fable.py that API will changeLars Wirzenius1-0/+2
2019-06-02Change: create a temporary directory, cd to it, for each scenarioLars Wirzenius1-0/+9
2019-06-02Change: move assertEqual to fable.pyLars Wirzenius1-0/+6
2019-06-02Add: fable.py scaffolding for running scenariosLars Wirzenius1-0/+32