dfhack/test/library/test_util
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
..
expect_unit.lua add pattern matching expect.find() for unit tests 2021-08-23 22:59:30 -07:00
mock.lua allow mock.func() to return multiple values 2021-06-15 13:16:05 -07:00