aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
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
parent3cca0f2b2af03e7df8ec28231582bb3bf08042fc (diff)
Added `textadept.run.test()` and `textadept.run.test_commands`.
This enables the running of project tests.
Diffstat (limited to 'core')
-rw-r--r--core/locale.conf4
-rw-r--r--core/locales/locale.ar.conf4
-rw-r--r--core/locales/locale.de.conf4
-rw-r--r--core/locales/locale.es.conf4
-rw-r--r--core/locales/locale.fr.conf4
-rw-r--r--core/locales/locale.it.conf4
-rw-r--r--core/locales/locale.pl.conf4
-rw-r--r--core/locales/locale.ru.conf4
-rw-r--r--core/locales/locale.sv.conf4
-rw-r--r--core/locales/locale.zh.conf4
10 files changed, 30 insertions, 10 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
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 = اذهب لل_خطأ التالي
diff --git a/core/locales/locale.de.conf b/core/locales/locale.de.conf
index d73ca229..983bcbe1 100644
--- a/core/locales/locale.de.conf
+++ b/core/locales/locale.de.conf
@@ -235,7 +235,9 @@ For Run: = Zum Ausführen:
For Compile: = Zum Kompilieren:
# Menu item for building the current project.
Build = Bauen
-# 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 = Anhalten
# Menu items for navigating through recognized shell command errors.
Next Error = Nächster Fehler
diff --git a/core/locales/locale.es.conf b/core/locales/locale.es.conf
index 273b90ca..b2496e97 100644
--- a/core/locales/locale.es.conf
+++ b/core/locales/locale.es.conf
@@ -235,7 +235,9 @@ For Run: = Al ejecutar:
For Compile: = Al compilar:
# Menu item for building the current project.
Build = Co_nstruir
-# 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 = _Detener
# Menu items for navigating through recognized shell command errors.
Next Error = Error sig_uiente
diff --git a/core/locales/locale.fr.conf b/core/locales/locale.fr.conf
index f3afccfa..f8c8de51 100644
--- a/core/locales/locale.fr.conf
+++ b/core/locales/locale.fr.conf
@@ -236,7 +236,9 @@ For Run: = Pour lancer:
For Compile: = Por compiler:
# Menu item for building the current project.
Build = C_onstruire
-# 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 = _Arrêter
# Menu items for navigating through recognized shell command errors.
Next Error = Erreur _suivante
diff --git a/core/locales/locale.it.conf b/core/locales/locale.it.conf
index d9c508a1..9454a395 100644
--- a/core/locales/locale.it.conf
+++ b/core/locales/locale.it.conf
@@ -235,7 +235,9 @@ For Run: = Per l'esecuzione:
For Compile: = Per la compilazione:
# Menu item for building the current project.
Build = C_ostruisci
-# 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 = _Arresta
# Menu items for navigating through recognized shell command errors.
Next Error = Errore s_eguente
diff --git a/core/locales/locale.pl.conf b/core/locales/locale.pl.conf
index a33b1d69..7b4430de 100644
--- a/core/locales/locale.pl.conf
+++ b/core/locales/locale.pl.conf
@@ -236,7 +236,9 @@ For Run: = Dla uruchomienia:
For Compile: = Dla kompilacji:
# Menu item for building the current project.
Build = Z_buduj
-# 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 = Pr_zerwij
# Menu items for navigating through recognized shell command errors.
Next Error = _Następny błąd
diff --git a/core/locales/locale.ru.conf b/core/locales/locale.ru.conf
index 476d0f63..f3ca3446 100644
--- a/core/locales/locale.ru.conf
+++ b/core/locales/locale.ru.conf
@@ -235,7 +235,9 @@ For Run: = Параметры запуска:
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 = Следующая Ошибка
diff --git a/core/locales/locale.sv.conf b/core/locales/locale.sv.conf
index f6f01d17..883abf2b 100644
--- a/core/locales/locale.sv.conf
+++ b/core/locales/locale.sv.conf
@@ -235,7 +235,9 @@ For Run: = För Kör:
For Compile: = För Kompilera:
# Menu item for building the current project.
Build = B_ygg
-# 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 = Avbry_t
# Menu items for navigating through recognized shell command errors.
Next Error = _Nästa fel
diff --git a/core/locales/locale.zh.conf b/core/locales/locale.zh.conf
index 54476596..648e3968 100644
--- a/core/locales/locale.zh.conf
+++ b/core/locales/locale.zh.conf
@@ -235,7 +235,9 @@ For Run: = 运行参数:
For Compile: = 编译参数:
# Menu item for building the current project.
Build = 构建(_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 = 停止(_T)
# Menu items for navigating through recognized shell command errors.
Next Error = 下一个错误(_N)