flake8/tests
Ian Cordasco e14d0e6352
Serialize Checkers PluginTypeManager to a dict
It seems likely that the multiprocessing module on Windows is not
capable of serializing an object with the structure that we have and
preserving the attributes we dynamically set on plugins (like the
FlakesChecker). To avoid issues like this with all plugins (although
we have only found this on Windows with the FlakesChecker), let's try
serializing the Checkers PluginTypeManager to a dictionary so that the
only object that a Queue is really trying to serialize/deserialize is
the FlakesChecker itself.

Related to #179
2016-08-03 16:48:39 -05:00
..
fixtures Add empty file as a test fixture 2016-07-09 19:41:47 -05:00
integration Serialize Checkers PluginTypeManager to a dict 2016-08-03 16:48:39 -05:00
unit Serialize Checkers PluginTypeManager to a dict 2016-08-03 16:48:39 -05:00
conftest.py Add a docstring to conftest 2016-01-10 13:15:25 -06:00