We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fb955d + 0c2d9ad commit b13d964Copy full SHA for b13d964
op-test
@@ -324,6 +324,10 @@ suites = {
324
'full' : FullSuite(),
325
}
326
327
+# Loop through the addons and load in suites defined there
328
+for opt in OpTestConfiguration.optAddons:
329
+ suites = OpTestConfiguration.optAddons[opt].addSuites(suites)
330
+
331
if OpTestConfiguration.conf.args.list_suites:
332
print '{0:34}{1}'.format('Test Suite', 'Description')
333
print '{0:34}{1}'.format('----------', '-----------')
0 commit comments