From c5aa8f8dec9611828b6972bc1a72cc8571eab36a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Fri, 22 Jan 2021 15:06:14 -0500 Subject: Added `textadept.run.test()` and `textadept.run.test_commands`. This enables the running of project tests. --- core/locales/locale.ar.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/locales/locale.ar.conf') diff --git a/core/locales/locale.ar.conf b/core/locales/locale.ar.conf index e894445e..17e524e1 100644 --- a/core/locales/locale.ar.conf +++ b/core/locales/locale.ar.conf @@ -235,7 +235,9 @@ For Run: = For Run: For Compile: = For Compile: # Menu item for building the current project. Build = ا_بْن ِ -# 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 = قِفْ # Menu items for navigating through recognized shell command errors. Next Error = اذهب لل_خطأ التالي -- cgit v1.2.3