pytest2/_pytest/assertion
Bruno Oliveira b5a94d8e6c Write rewritten code using file.write(marshal.dumps())
This works around the fact that some libraries might monkey patch
the file object, so the previous approach of marshal.dump(co, file)
breaks because file is not a built-in file object anymore.

Fix #3503
2018-05-25 17:24:23 -03:00
..
__init__.py All classes now subclass object for better py3 compatibility 2018-01-24 18:23:42 -02:00
rewrite.py Write rewritten code using file.write(marshal.dumps()) 2018-05-25 17:24:23 -03:00
truncate.py convert py module references to six module 2017-08-04 08:05:03 +05:30
util.py Rename internal function as suggested during review 2018-05-04 11:08:35 -03:00