diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2022-01-19 10:31:45 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-01-23 08:00:39 +0100 |
commit | 834277321648297522ce2dbbf46559d96ca7d991 (patch) | |
tree | 870293266e51cf0c9b397305823221a59b0a99ee /Makefile | |
parent | 5d9188c7e93f010f1d1d8d88d3b0791d54621b6c (diff) | |
download | searxng-834277321648297522ce2dbbf46559d96ca7d991.tar.gz searxng-834277321648297522ce2dbbf46559d96ca7d991.zip |
[mod] manage test.pyright: a commandline to run pyright tests
This patch implements the command and Makefile target::
./manage test.pyright
make test.pyright
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ MANAGE += py.build py.clean MANAGE += pyenv pyenv.install pyenv.uninstall MANAGE += pypi.upload pypi.upload.test MANAGE += format.python -MANAGE += test.yamllint test.pylint test.black test.unit test.coverage test.robot test.rst test.clean +MANAGE += test.yamllint test.pylint test.pyright test.black test.unit test.coverage test.robot test.rst test.clean MANAGE += themes.all themes.oscar themes.simple themes.simple.test pygments.less MANAGE += static.build.commit static.build.drop static.build.restore MANAGE += nvm.install nvm.clean nvm.status nvm.nodejs |