Make most python tests pass with Python 3.4
Dictionary order is not stable in Python < 3.6 so we need to sort by key to have consistent results. The LogHandler output is also different on older Python versions. Also, don't stop running python tests after the first error.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
Failed to find plugin class 'MispelledPluginName'
|
||||
Failed during loading plugin class: (AttributeError) module 'example_debugging' has no attribute 'MispelledPluginName'
|
||||
Failed during loading plugin class: (AttributeError) .* has no attribute 'MispelledPluginName'
|
||||
|
Reference in New Issue
Block a user