diff options
author | 2021-01-22 15:06:14 -0500 | |
---|---|---|
committer | 2021-01-22 15:06:14 -0500 | |
commit | c5aa8f8dec9611828b6972bc1a72cc8571eab36a (patch) | |
tree | 378495ef33fcb848782e1a5b6492c9751affa262 /test/modules/textadept/run | |
parent | 3cca0f2b2af03e7df8ec28231582bb3bf08042fc (diff) | |
download | textadept-c5aa8f8dec9611828b6972bc1a72cc8571eab36a.tar.gz textadept-c5aa8f8dec9611828b6972bc1a72cc8571eab36a.zip |
Added `textadept.run.test()` and `textadept.run.test_commands`.
This enables the running of project tests.
Diffstat (limited to 'test/modules/textadept/run')
-rw-r--r-- | test/modules/textadept/run/test.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/modules/textadept/run/test.lua b/test/modules/textadept/run/test.lua new file mode 100644 index 00000000..7e275ac2 --- /dev/null +++ b/test/modules/textadept/run/test.lua @@ -0,0 +1 @@ +print('test.lua:1: assertion failed!') |