dfhack/test
myk002 f176310bcd
make table_eq check recursive equality
and add tests. to write test the table_eq function itself, I expose it
in the text env via expect_raw. if we don't want to do this,
alternatives could be:
1. add the test to main.lua itself
2. expose the expect.table_eq function via a test_hooks variable. then
   test.lua could require main.lua and access the function via the hook.
   may need to update main.lua a bit to ensure it does not run when it
   is "require"d
2021-03-07 08:24:17 -08:00
..
library Add tests for utils.invert 2020-04-05 23:04:10 -04:00
plugins Update scripts, tweak test 2020-12-16 13:16:13 -05:00
structures Lua: Fix off-by-one preventing accessing last df-other-vectors item by ID, add tests 2020-07-26 02:11:27 -04:00
core.lua Add test for get_initial_cwd() 2020-11-12 21:03:05 -05:00
encoding.lua Expose to_search_normalized to Lua, add test, and use in ListColumn (most useful for the `stocks` plugin) 2020-10-10 01:40:00 -04:00
gui.lua Add a basic test library and a couple GUI module tests (squashed) 2018-07-18 14:29:13 -04:00
main.lua make table_eq check recursive equality 2021-03-07 08:24:17 -08:00
test.lua make table_eq check recursive equality 2021-03-07 08:24:17 -08:00