mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
Previously, we suggested running `python -c import zerver.tests.test_mytest` when importing test_mytest failed, which doesn't work. This commit adds the missing quotes, making it `python -c 'import zerver.tests.test_mytest'`
7.7 KiB
7.7 KiB