aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/locale.conf
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 /core/locale.conf
parent3cca0f2b2af03e7df8ec28231582bb3bf08042fc (diff)
Added `textadept.run.test()` and `textadept.run.test_commands`.
This enables the running of project tests.
Diffstat (limited to 'core/locale.conf')
-rw-r--r--core/locale.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/locale.conf b/core/locale.conf
index 18a62e2b..5deeac29 100644
--- a/core/locale.conf
+++ b/core/locale.conf
@@ -235,7 +235,9 @@ For Run: = For Run:
For Compile: = For Compile:
# Menu item for building the current project.
Build = Buil_d
-# Menu item for stopping a run, compile, or build shell command.
+# Menu item for running the current project's tests/test suite.
+Run tests = R_un tests
+# Menu item for stopping a run, compile, build, or test shell command.
Stop = S_top
# Menu items for navigating through recognized shell command errors.
Next Error = _Next Error