mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Add jsonschema & jsonpointer requirements for JS tests
This commit is contained in:
parent
38d1f3dbc5
commit
d39cf0e927
@ -217,7 +217,8 @@ def all_js_groups():
|
||||
|
||||
class JSController(TestController):
|
||||
"""Run CasperJS tests """
|
||||
requirements = ['zmq', 'tornado', 'jinja2', 'casperjs', 'sqlite3']
|
||||
requirements = ['zmq', 'tornado', 'jinja2', 'casperjs', 'sqlite3',
|
||||
'jsonschema', 'jsonpointer']
|
||||
display_slimer_output = False
|
||||
|
||||
def __init__(self, section, enabled=True, engine='phantomjs'):
|
||||
|
Loading…
Reference in New Issue
Block a user