Skip to content

Commit 9be2be9

Browse files
authored
Merge pull request #783 from QualiSystems/feature/fix_test_run
Feature/fix test run
2 parents d9f068c + e573ef8 commit 9be2be9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

runtests.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
c.plugins=DefaultPluginManager()
88
c.srcDirs = ['package']
99

10-
11-
# c.ignoreFiles.append('vm_autoload_driver')
1210
c.ignoreFiles.append(re.compile(r'^vm_autoload_driver\.py$'))
1311
c.ignoreFiles.append(re.compile(r'^test_get_inventory\.py$'))
14-
c.ignoreFiles.append(re.compile(r'^DeployAppOrchestrationDriver$'))
12+
1513

1614

1715
if not nose.run(config=c):

0 commit comments

Comments
 (0)