diff options
author | dozens | 2024-06-25 21:22:35 -0600 |
---|---|---|
committer | dozens | 2024-06-30 23:24:42 -0600 |
commit | bf71791fc540a584dd6d88548c91192294d106bc (patch) | |
tree | ba73c1f1616c19a34e33634a102c9d84184cada7 /test/README.md | |
parent | 9bf31e86cef62bed76a35353e791768960b14d70 (diff) |
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md new file mode 100644 index 0000000..a9602fa --- /dev/null +++ b/test/README.md @@ -0,0 +1,19 @@ +## ABOUT + +these files are to help me test the ui. +actually, just the game state really. + +moves are recorded in `<file>.dat`. +then you can `awk -f test.awk file.dat > file.expect`. +(or `just expects` to build them all.) +then you can `expect file.expect` +to have expect play the game for you up to a certain point. + +## REQUIREMENTS + +- awk +- expect + +## FUTURE PLANS + +have actual integration tests? |