/
githubmirror
/
zulip
Обзор
Документация
Войти
/
githubmirror
/
zulip
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/setup/dev-motd
10 строк
461 B
Anders Kaseorg
run-dev: Drop .py from script name.
04 мар 2023, 05:02
04 мар 2023, 05:02
43b4f10
Код
Авторство
О чём код?
#!/usr/bin/tail -n+2 This is the Zulip development environment. Popular commands: * tools/provision - Update the development environment * tools/run-dev - Run the development server * tools/lint - Run the linter (quick and catches many problems) * tools/test-* - Run tests (use --help to learn about options) Read https://zulip.readthedocs.io/en/latest/testing/testing.html to learn how to run individual test suites so that you can get a fast debug cycle.