This commit is contained in:
holger krekel
2023-12-10 11:59:45 +01:00
parent 99b1e18b0a
commit d730af2e69
3 changed files with 1 additions and 37 deletions

View File

@@ -121,7 +121,7 @@ def webdev_cmd(args, out, config):
def test_cmd(args, out, config):
"""run Run web development loop for static local web pages."""
"""Run local and online tests."""
tox = shutil.which("tox")
subprocess.check_call([tox, "-c", "chatmaild"])