Andras Tim
|
e855a79dd4
|
Fixed E126 flake8 errors
continuation line over-indented for hanging indent
|
2017-07-17 01:28:16 +02:00 |
Bruno Oliveira
|
42a5d6bdfa
|
Add __future__ imports to all pytest modules
This prevents silly errors from creeping in Python 2 when testing in Python 3
|
2017-03-16 22:45:40 -03:00 |
Florian Bruhin
|
789e4670e7
|
Merge pull request #1813 from nicoddemus/pytest-setup.cfg
Support [tool:pytest] in setup.cfg files
|
2016-08-17 20:33:57 +02:00 |
Bruno Oliveira
|
ab86dea529
|
Support [tool:pytest] in setup.cfg files
Also deprecate [pytest] usage in setup.cfg files
Fix #567
|
2016-08-17 08:19:38 -03:00 |
Bruno Oliveira
|
f25771a101
|
Deprecate --resultlog cmdline option
Fix #830
|
2016-08-16 21:40:34 -03:00 |
Bruno Oliveira
|
6c8b0a28e1
|
Add deprecation module to centralize deprecation messages and bits of code
|
2016-07-25 18:14:39 -03:00 |