Skip to content

Commit

Permalink
Fix driver wrapper tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rgonalo committed Mar 18, 2016
1 parent b073361 commit e937a93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions toolium/test/test_driver_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,14 @@ def tearDown(self):
class DriverWrapperPropertiesTests(DriverWrapperCommon):
def setUp(self):
os.environ["Config_log_filename"] = 'logging.conf'

# Reset wrappers pool values
DriverWrappersPool._empty_pool()
DriverWrapper.config_properties_filenames = None

# Create a new wrapper
self.wrapper = DriverWrappersPool.get_default_wrapper()

config_files = ConfigFiles()
config_files.set_config_directory(os.path.join(self.root_path, 'conf'))
config_files.set_output_directory(os.path.join(self.root_path, 'output'))
Expand Down

0 comments on commit e937a93

Please sign in to comment.