##// END OF EJS Templates
`iptest config` runs traitlets tests
Min RK -
Show More
@@ -174,6 +174,7 b' shims = {'
174 'parallel': 'ipython_parallel',
174 'parallel': 'ipython_parallel',
175 'kernel': 'ipython_kernel',
175 'kernel': 'ipython_kernel',
176 'kernel.inprocess': 'ipython_kernel.inprocess',
176 'kernel.inprocess': 'ipython_kernel.inprocess',
177 'config': 'traitlets',
177 }
178 }
178
179
179 # Name -> (include, exclude, dependencies_met)
180 # Name -> (include, exclude, dependencies_met)
@@ -270,10 +271,6 b" if not have['pygments'] or not have['jinja2']:"
270 if not have['terminado']:
271 if not have['terminado']:
271 sec.exclude('terminal')
272 sec.exclude('terminal')
272
273
273 # config:
274 # Config files aren't really importable stand-alone
275 test_sections['config'].exclude('profile')
276
277 # nbconvert:
274 # nbconvert:
278 sec = test_sections['nbconvert']
275 sec = test_sections['nbconvert']
279 sec.requires('pygments', 'jinja2', 'jsonschema', 'mistune')
276 sec.requires('pygments', 'jinja2', 'jsonschema', 'mistune')
General Comments 0
You need to be logged in to leave comments. Login now