summaryrefslogtreecommitdiff
path: root/ftt-codegen
AgeCommit message (Collapse)AuthorFilesLines
2019-06-22Fix: add missing "import logging" to generated programLars Wirzenius1-1/+1
2019-06-16Change: make generated test program more convenientLars Wirzenius1-4/+7
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-16Fix: encode args as JSON, to get around difficult chars in capturesLars Wirzenius1-5/+5
2019-06-02Add: fable.py scaffolding for running scenariosLars Wirzenius1-4/+10
2019-06-01Add: a second scenarioLars Wirzenius1-3/+5
2019-06-01Add: prototype code generator, with echo exampleLars Wirzenius1-0/+154