test_ok1/_pytest/assertion
Bruno Oliveira 1b5f898dc5 Ensure rewritten modules don't inherit __future__ flags from pytest
In a recent refactoring we enabled all __future__ features in pytest
modules, but that has the unwanted side effect of propagating those
features to compile()'d modules inside assertion rewriting, unless
we pass dont_inherit=False to compile().
2017-04-06 15:00:36 -03:00
..
__init__.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
rewrite.py Ensure rewritten modules don't inherit __future__ flags from pytest 2017-04-06 15:00:36 -03:00
truncate.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
util.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00