Bruno Oliveira
|
5b186cd609
|
Merge pull request #3594 from pytest-dev/interal-pathlib
[WIP] port cache plugin internals to pathlib
|
2018-06-25 11:09:36 -03:00 |
Ronny Pfannschmidt
|
5a156b3645
|
disable pypy on windows until scandir works for it
|
2018-06-24 22:54:26 +02:00 |
Ronny Pfannschmidt
|
95f00de0df
|
use paths for config.cache.get key
|
2018-06-23 00:14:06 +02:00 |
Ronny Pfannschmidt
|
c4c666cbc4
|
use Pathlib instead of path splitting
|
2018-06-23 00:07:57 +02:00 |
Ronny Pfannschmidt
|
ee30bf45c9
|
rebase onto readme addition
|
2018-06-23 00:03:10 +02:00 |
Ronny Pfannschmidt
|
603df1ea1c
|
whops, its supported starting with python 3.6, not python 3.5
|
2018-06-22 23:56:22 +02:00 |
Ronny Pfannschmidt
|
abbf73ad1a
|
use pathlib2 up to python3.4 - damn the stdlib
|
2018-06-22 23:56:22 +02:00 |
Ronny Pfannschmidt
|
1226cdab47
|
fix warnings and json dumping of cacheprovider
|
2018-06-22 23:56:22 +02:00 |
Ronny Pfannschmidt
|
ab80e0fba0
|
sort compat flake8 mess correctly
|
2018-06-22 23:56:22 +02:00 |
Ronny Pfannschmidt
|
fb992a0c81
|
reorder attr.ib specs
|
2018-06-22 23:56:22 +02:00 |
Ronny Pfannschmidt
|
23581d44bd
|
add missed file
|
2018-06-22 23:56:22 +02:00 |
Ronny Pfannschmidt
|
c7eb53317b
|
port cache plugin internals to pathlib
warning logging got broken by detanglement from config
|
2018-06-22 23:56:22 +02:00 |
Bruno Oliveira
|
de98939ebf
|
Merge pull request #3608 from avirlrma/features
add reamde for .pytest_cache
|
2018-06-21 21:05:23 -03:00 |
Bruno Oliveira
|
0d3914b626
|
Remove extra '\' left at the end of a line in cache's readme contents
|
2018-06-21 20:12:50 -03:00 |
Bruno Oliveira
|
eb94bce3e2
|
Change 3519 to trivial
|
2018-06-21 20:11:22 -03:00 |
Bruno Oliveira
|
b897008887
|
Improve CHANGELOG grammar
|
2018-06-21 20:09:32 -03:00 |
avirlrma
|
998d540b73
|
fixed changelog entry
|
2018-06-21 17:56:26 +05:30 |
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 |
Bruno Oliveira
|
9d60cf25c0
|
Merge pull request #2207 from RonnyPfannschmidt/fix/519
add example scripts for issue #519
|
2018-06-15 15:05:18 -03:00 |
Bruno Oliveira
|
9e32b6ae48
|
Small typo and grammar fix
|
2018-06-15 15:05:00 -03:00 |
Ronny Pfannschmidt
|
99402cf1c0
|
add a readme to the example scripts
|
2018-06-15 20:02:01 +02:00 |
Ronny Pfannschmidt
|
3ac2ae3c8c
|
black
|
2018-06-15 18:13:45 +02:00 |
Ronny Pfannschmidt
|
ea906056fa
|
add the actually expected fixtureorder for #519
|
2018-06-15 18:04:24 +02:00 |
Ronny Pfannschmidt
|
c081c5ee23
|
add example scripts for issue #519
|
2018-06-15 18:04:24 +02:00 |
Bruno Oliveira
|
3dcdaab103
|
Merge pull request #3585 from wcooley/feature/3579-caplog-messages
Add `messages` property to `caplog` fixture.
|
2018-06-15 12:41:33 -03:00 |
Wil Cooley
|
3615977608
|
Add `messages` property to `caplog` fixture.
|
2018-06-14 12:22:33 -07:00 |
Bruno Oliveira
|
94c41bec64
|
Merge pull request #3576 from RonnyPfannschmidt/addmarker-api
fix addmarker - extract mark from markdecorator
|
2018-06-13 18:36:40 -03: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
|
791bb3502c
|
changelog
|
2018-06-13 17:29:42 +02:00 |
Ronny Pfannschmidt
|
eb0c6a8287
|
fix addmarker - extract mark from markdecorator
|
2018-06-13 17:27:00 +02:00 |
Bruno Oliveira
|
4d0297b413
|
Merge pull request #3577 from RonnyPfannschmidt/addmarker-fix
fix addmarker - extract mark from markdecorator
|
2018-06-13 07:30:22 -03:00 |
Bruno Oliveira
|
88ae21f2cc
|
Add mock dependency to py27-nobyte
|
2018-06-12 18:07:40 -03:00 |
Ronny Pfannschmidt
|
321f66f711
|
mark test_wrapped_getfuncargnames_patching as xfail
|
2018-06-12 22:25:05 +02:00 |
Ronny Pfannschmidt
|
52c4279918
|
Merge pull request #3572 from nicoddemus/remove-unused-scripts
Remove unused scripts and old docs
|
2018-06-12 21:57:51 +02:00 |
Bruno Oliveira
|
077c44cf69
|
Merge pull request #3578 from BartoszCki/master
Fix three spaces instead of four in docs
|
2018-06-12 15:17:40 -03:00 |
Bartosz Cierocki
|
f786534173
|
Fix three spaces instead of four in docs
|
2018-06-12 19:39:51 +02:00 |
Ronny Pfannschmidt
|
b0ec442d24
|
rework Node.add_marker parameter list and docstring
|
2018-06-12 17:55:58 +02:00 |
Bruno Oliveira
|
9a7c3a65f4
|
Improve CHANGELOG formatting
|
2018-06-12 11:07:42 -03:00 |
Ronny Pfannschmidt
|
37793d4cdb
|
fix addmarker - extract mark from markdecorator
|
2018-06-12 15:50:58 +02:00 |
Ronny Pfannschmidt
|
1b5322da1b
|
Merge pull request #3571 from nicoddemus/pre-commit-contributors-guide
Improve contributing instructions regarding black/linting
|
2018-06-12 06:37:18 +02:00 |
Bruno Oliveira
|
d6e7b1a21b
|
Remove obsolete doc/en/test directory
Apparently this was an old version of the docs, which has long been superseded
|
2018-06-11 23:33:09 -03:00 |
Bruno Oliveira
|
4983de60d3
|
Remove unused scripts from docs
|
2018-06-11 23:32:49 -03:00 |
Bruno Oliveira
|
e0a1da4eb9
|
Remove changelog for #3554
This entry was removed in #3562
|
2018-06-11 23:17:11 -03: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 |
Bruno Oliveira
|
f300f7fa24
|
Improve contributing instructions regarding black/linting
|
2018-06-11 20:49:25 -03:00 |
Bruno Oliveira
|
41125968d9
|
Check the exception matches the message for completeness
|
2018-06-11 20:33:13 -03:00 |