aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/modules
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-01-22 15:06:14 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-01-22 15:06:14 -0500
commitc5aa8f8dec9611828b6972bc1a72cc8571eab36a (patch)
tree378495ef33fcb848782e1a5b6492c9751affa262 /test/modules
parent3cca0f2b2af03e7df8ec28231582bb3bf08042fc (diff)
Added `textadept.run.test()` and `textadept.run.test_commands`.
This enables the running of project tests.
Diffstat (limited to 'test/modules')
-rw-r--r--test/modules/textadept/run/test.lua1
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!')