diff options
Diffstat (limited to 'lib/python/qmk/cli/pytest.py')
-rw-r--r-- | lib/python/qmk/cli/pytest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/pytest.py b/lib/python/qmk/cli/pytest.py index 09611d750..5417a9cb3 100644 --- a/lib/python/qmk/cli/pytest.py +++ b/lib/python/qmk/cli/pytest.py | |||
@@ -7,7 +7,7 @@ import subprocess | |||
7 | from milc import cli | 7 | from milc import cli |
8 | 8 | ||
9 | 9 | ||
10 | @cli.subcommand('QMK Python Unit Tests') | 10 | @cli.subcommand('QMK Python Unit Tests', hidden=False if cli.config.user.developer else True) |
11 | def pytest(cli): | 11 | def pytest(cli): |
12 | """Run several linting/testing commands. | 12 | """Run several linting/testing commands. |
13 | """ | 13 | """ |