test: run test_help for browser and dashboard

pull/1411/head
Sebastien Bourdeauducq 2019-12-12 10:34:44 +08:00
parent ac09f3a5da
commit 8d13aeb96c
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ import unittest
class TestFrontends(unittest.TestCase):
def test_help(self):
"""Test --help as a simple smoke test against catastrophic breakage."""
# Skip tests for GUI programs on headless CI environments.
commands = {
"aqctl": [
"corelog"
@ -15,7 +14,7 @@ class TestFrontends(unittest.TestCase):
"artiq": [
"client", "compile", "coreanalyzer", "coremgmt",
"netboot", "flash", "master", "mkfs", "route",
"rtiomon", "run", "session"
"rtiomon", "run", "session", "browser", "dashboard"
]
}