Bruno Oliveira
|
3288c9a110
|
Improve user guidance regarding ``--resultlog`` deprecation
Fix #2739
|
2017-08-31 19:11:41 -03:00 |
Bruno Oliveira
|
7b1870a94e
|
Fix flake8 in features branch
|
2017-07-17 21:16:14 -03:00 |
Bruno Oliveira
|
4fd92ef9ba
|
Merge branch 'fix-flake8-issues' into features
|
2017-07-17 21:05:39 -03:00 |
Andras Tim
|
e855a79dd4
|
Fixed E126 flake8 errors
continuation line over-indented for hanging indent
|
2017-07-17 01:28:16 +02:00 |
Ronny Pfannschmidt
|
0d0b01bded
|
introduce deprecation warnings for legacy parametersets, fixes #2427
|
2017-06-23 22:06:49 +02:00 |
Ronny Pfannschmidt
|
23d016f114
|
address review comments
* enhance api for fetching marks off an object
* rename functions for storing marks
* enhance deprecation message for MarkInfo
|
2017-06-23 11:05:38 +02:00 |
Ronny Pfannschmidt
|
1d926011a4
|
add deprecation warnings for using markinfo attributes
|
2017-06-22 15:12:50 +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 |