Skip to content
Snippets Groups Projects
Commit 28bc3313 authored by Stefano Borini's avatar Stefano Borini
Browse files

flake

parent 76e3aeba
No related branches found
No related tags found
1 merge request!138More robust logging for BDSS
This commit is part of merge request !138. Comments created here will be created in the context of that merge request.
......@@ -321,15 +321,14 @@ class TestCoreEvaluationDriver(unittest.TestCase):
driver.application_started()
capture.check(
('force_bdss.core_evaluation_driver', 'INFO',
'Creating communicator'),
'Creating communicator'),
('force_bdss.core_evaluation_driver', 'INFO',
'Received data from MCO: \n'),
('force_bdss.core_evaluation_driver', 'INFO',
'Computing data layer 0'),
('force_bdss.core_evaluation_driver', 'ERROR',
'Unable to create data source from factory '
"'force.bdss.enthought.plugin.test.v0"
"'force.bdss.enthought.plugin.test.v0"
".factory.probe_data_source' in plugin "
"'force.bdss.enthought.plugin.test.v0'. "
"'force.bdss.enthought.plugin.test.v0'. "
"This may indicate a programming error in the plugin"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment