avirlrma
|
c672bfa32e
|
added changelog entry
moved cache readme tests to test_cacheprovider.py
|
2018-06-21 17:43:10 +05:30 |
avirlrma
|
8f1d8ac970
|
fixed linting errors
ran black
removed unused imports and variables
|
2018-06-21 15:15:55 +05:30 |
avirlrma
|
53d4710c62
|
added tests for .pytest_cache README
Helper class to check if readme exists in .pytest_cache directory
Tests to check for readme when tests pass and when they fail
|
2018-06-21 14:25:00 +05:30 |
avirlrma
|
31f089db6a
|
add reamde for .pytest_cache
method - `ensure_readme()`
|
2018-06-21 13:14:58 +05:30 |
Wil Cooley
|
3615977608
|
Add `messages` property to `caplog` fixture.
|
2018-06-14 12:22:33 -07:00 |
Ronny Pfannschmidt
|
8d072205e9
|
fix whitespace
|
2018-06-13 22:00:22 +02:00 |
Bruno Oliveira
|
b5102d03a6
|
Fix add_marker docs
|
2018-06-13 14:57:10 -03:00 |
Ronny Pfannschmidt
|
eb0c6a8287
|
fix addmarker - extract mark from markdecorator
|
2018-06-13 17:27:00 +02:00 |
Ronny Pfannschmidt
|
b0ec442d24
|
rework Node.add_marker parameter list and docstring
|
2018-06-12 17:55:58 +02:00 |
Ronny Pfannschmidt
|
37793d4cdb
|
fix addmarker - extract mark from markdecorator
|
2018-06-12 15:50:58 +02:00 |
Anthony Sottile
|
ef88251573
|
Merge pull request #3570 from sangongs/fix_stack_finalizer
Continue to call finalizers in the stack when a finalizer raises an exception
|
2018-06-11 19:07:59 -07:00 |
Guoqiang Zhang
|
a888bf182e
|
Continue to call finalizers in the stack when a finalizer in a former scope raises an exception
|
2018-06-11 18:01:18 -04:00 |
Ronny Pfannschmidt
|
61471df8da
|
Merge pull request #3562 from nicoddemus/revert-callinfo-result
Revert change of Callinfo.result default value
|
2018-06-11 19:03:01 +02:00 |
Anthony Sottile
|
49f621de76
|
Print <undetermined location> instead of None for warnings
|
2018-06-10 10:51:36 -07:00 |
Bruno Oliveira
|
10b0b81346
|
Revert change of Callinfo.result default value
As discussed in #3560, this should not go to master because this breaks
the API.
Reverts commits:
1a7dcd73cf
198e993969
|
2018-06-10 11:47:58 -03:00 |
Alan Velasco
|
1a7dcd73cf
|
Add a default value to CallInfo.result
|
2018-06-09 16:58:23 -07:00 |
Daniel Hahler
|
c30c137a95
|
Improve display of hint about --fulltrace with KeyboardInterrupt
- display the location first
- display hint about --fulltrace in parenthesis
|
2018-06-07 23:50:24 +02:00 |
Anthony Sottile
|
04f08b67a4
|
__code__ and __self__ are attributes in python2.6+
|
2018-06-03 13:12:46 -07:00 |
Ronny Pfannschmidt
|
eaa882f3d5
|
switch to src layout
|
2018-05-26 09:10:38 +02:00 |