Ronny Pfannschmidt
|
3036914097
|
sort out rmtree expectations
|
2018-10-11 07:15:09 +02:00 |
Ronny Pfannschmidt
|
2831cb9ab5
|
unify paths.py and pathlib.py
|
2018-10-11 07:15:09 +02:00 |
Ronny Pfannschmidt
|
85cc9b8f12
|
move all the things into _pytest.pathlib
|
2018-10-11 07:15:08 +02:00 |
Niklas JQ
|
c14a23d4e4
|
Fix #4093: multiple string literals on a line
|
2018-10-10 19:28:31 +02:00 |
Bruno Oliveira
|
9aa6b0903b
|
.pytest_cache is now automatically ignored by Git
|
2018-09-14 15:16:40 -03:00 |
Bruno Oliveira
|
3db76ccf3d
|
Fix Cache.warn function to issue a "config" warning
|
2018-09-04 15:53:17 -03:00 |
Bruno Oliveira
|
284a2d110f
|
Move warnings import to top level
|
2018-09-04 13:46:33 -03:00 |
Bruno Oliveira
|
78ac7d99f5
|
Deprecate Config.warn and Node.warn, replaced by standard warnings
|
2018-09-04 11:35:34 -03:00 |
Bruno Oliveira
|
11e591e442
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2018-08-30 19:55:23 -03:00 |
dhirensr
|
3035b2724d
|
T3853:removed needless message printed with --failed-first,--last-failed and no failed tests
|
2018-08-30 16:01:42 +05:30 |
Bruno Oliveira
|
47bb53f5cb
|
Cache now obeys -q when showing summary for --lf and --ff
Related to #3853
|
2018-08-26 18:08:19 -03:00 |
Ronny Pfannschmidt
|
fcdc1d867e
|
fix #3745 - display absolute cache_dir if necessary
|
2018-08-01 08:25:37 +02:00 |
Ronny Pfannschmidt
|
89e0a3ec27
|
merge from master to features
|
2018-06-26 17:01:05 +02:00 |
Anthony Sottile
|
cbaa7dd56a
|
Upgrade pre-commit hooks except pyupgrade
|
2018-06-26 06:35:27 -07: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
|
1226cdab47
|
fix warnings and json dumping of cacheprovider
|
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
|
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
|
0d3914b626
|
Remove extra '\' left at the end of a line in cache's readme contents
|
2018-06-21 20:12:50 -03:00 |
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 |
Ronny Pfannschmidt
|
eaa882f3d5
|
switch to src layout
|
2018-05-26 09:10:38 +02:00 |