dfhack/test/library
myk002 b2f44f00f1
add pattern matching expect.find() for unit tests
settled on `find()` since the string method of the same name has the
same semantics. other options: `str_find()` since it fails on non-string
or `match()` (but that might imply that the pattern needs to match the
entire string).
2021-08-23 22:59:30 -07:00
..
gui Add context to some loops in tests 2021-07-05 20:49:25 -04:00
test_util add pattern matching expect.find() for unit tests 2021-08-23 22:59:30 -07:00
argparse.lua add optional coordinate validation to coords 2021-07-04 07:32:29 -07:00
gui.lua Add a couple basic gui tests 2020-03-27 01:38:40 -04:00
misc.lua fix hardcoded call to pairs, add test 2021-08-20 22:55:07 -07:00
print.lua use df.item._identity to test noniterable userdata 2021-08-19 21:57:16 -07:00
string.lua Add another split() test for pattern delimiters 2021-07-03 00:33:28 -04:00
utils.lua remove redundant tests 2021-07-02 23:29:02 -07:00