Bruno Oliveira
|
2cd159e8c5
|
Add section on how to update marks and add ref to the deprecation notice
|
2018-05-15 21:35:27 -03:00 |
Ronny Pfannschmidt
|
802da781c6
|
fix method reference to iter_markers in warning
|
2018-03-30 07:50:12 +02:00 |
Ronny Pfannschmidt
|
180ae09202
|
deprecate markinfo and fix up most marker scoping access while completely breaking metafunc testing
|
2018-03-29 17:52:01 +02:00 |
Brian Maissy
|
54b15f5826
|
deprecated pytest_plugins in non-top-level conftest
|
2018-03-10 21:20:12 +02:00 |
feuillemorte
|
f501d0021c
|
#3268 Fix warning variable
|
2018-03-02 11:28:30 +03:00 |
Carlos Jenkins
|
8b49ddfa58
|
Renamed the fixture record_xml_property to record_property and adapted logic so that the properties are passed to the TestReport object and thus allow compatibility with pytest-xdist.
|
2018-02-20 15:46:26 -06:00 |
Bruno Oliveira
|
1f08d990d5
|
Deprecate metafunc.addcall
Fix #2876
|
2017-11-15 15:16:00 -02:00 |
Bruno Oliveira
|
766de67392
|
Fix linting error in deprecated.py
|
2017-10-30 16:35:34 +01:00 |
Ronny Pfannschmidt
|
821f9a94d8
|
deprecate the public internal PyCollector.makeitem method
|
2017-10-30 16:35:23 +01:00 |
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 |