pytest2/_pytest/assertion
Florian Bruhin 3e5c9038ec Always show full comparison output if on CI.
When you don't get enough information with a test running on a CI, it's quite
frustrating, for various reasons:

- It's more likely to be a flaky test, so you might not be able to reproduce
  the failure.
- Passing -vv is quite bothersome (creating a temporary commit and reverting
  it)

For those reasons, if something goes wrong on CI, it's good to have as much
information as possible.
2016-01-11 08:45:04 +01:00
..
__init__.py Always show full comparison output if on CI. 2016-01-11 08:45:04 +01:00
reinterpret.py Merge newinterpret into reinterpret.py 2015-12-16 18:31:43 -02:00
rewrite.py Handle EPERM when writing rewritten bytecode. 2015-10-17 11:55:55 +02:00
util.py #877 - reencoding causes typeerrors on python2 2015-09-19 00:30:01 +02:00