holger krekel
|
545bf0d5a1
|
a few refinements
|
2016-01-29 15:43:15 +01:00 |
holger krekel
|
70b5d5aee9
|
sprint funding draft
|
2016-01-29 14:52:07 +01:00 |
Bruno Oliveira
|
dd0062c177
|
Dummy change to test readthedocs hook
|
2016-01-27 08:59:26 -02:00 |
Bruno Oliveira
|
6c37a51f95
|
Fix version at the top of the CHANGELOG
|
2016-01-27 08:28:18 -02:00 |
Ronny Pfannschmidt
|
f23307b06d
|
Merge release branch into mater
|
2016-01-25 00:01:43 +01:00 |
Ronny Pfannschmidt
|
6c3e6401d4
|
begin 2.8.8 cycle
|
2016-01-24 23:56:56 +01:00 |
Ronny Pfannschmidt
|
3315b3a12f
|
finalize changelog for 2.8.7
|
2016-01-24 23:23:15 +01:00 |
Ronny Pfannschmidt
|
64d7d00218
|
Prepare 2.8.7 release
|
2016-01-24 17:59:48 +01:00 |
Ronny Pfannschmidt
|
7c747c97ec
|
Merge pull request #1339 from RonnyPfannschmidt/fix-1338
Fix 1338
|
2016-01-24 17:51:00 +01:00 |
Ronny Pfannschmidt
|
56c5db6e12
|
add requests dependency to tox.ini to ensure all monkeypatch tests run
|
2016-01-24 12:30:38 +01:00 |
Ronny Pfannschmidt
|
2d05f831fe
|
monkeypatch: unnest handling code
this avoid python3 nested exceptions
|
2016-01-24 12:28:14 +01:00 |
Ronny Pfannschmidt
|
cb6181255e
|
changelog
|
2016-01-24 00:45:59 +01:00 |
Ronny Pfannschmidt
|
cd9e30b221
|
work around python 2/3 difference by using str(exception)
|
2016-01-24 00:40:27 +01:00 |
Ronny Pfannschmidt
|
d028fe1e66
|
remove unused import
|
2016-01-23 20:29:54 +01:00 |
Ronny Pfannschmidt
|
b825af2e66
|
pass trough annotated exceptions
|
2016-01-23 19:31:17 +01:00 |
Ronny Pfannschmidt
|
60e9698530
|
fix issue 1338
|
2016-01-23 19:12:51 +01:00 |
Ronny Pfannschmidt
|
9e6bb74d71
|
reformat monkeypatch core plugin/its tests
|
2016-01-23 19:12:51 +01:00 |
Bruno Oliveira
|
c8caa87759
|
Merge branch 'release-2.8.6'
|
2016-01-22 18:00:01 -02:00 |
Bruno Oliveira
|
b7de0401b8
|
Bump version to 2.8.7.dev1
|
2016-01-22 17:59:25 -02:00 |
Bruno Oliveira
|
01793ed8bc
|
Use a full url to pytest logo on README
So it appers correctly in PyPI
|
2016-01-22 17:46:28 -02:00 |
Bruno Oliveira
|
82d00efa8d
|
2.8.6 release: version, CHANGELOG
Remove note about expected failing envs in tox, as tox now supports
skipping certain environments based on the platform.
|
2016-01-21 19:17:53 -02:00 |
Bruno Oliveira
|
61c569f960
|
Merge branch 'junit_stdout_err_on_error'
|
2016-01-20 19:06:50 -02:00 |
Bruno Oliveira
|
dd56d7b7fc
|
Add CHANGELOG and AUTHORS entry for #1334
|
2016-01-20 19:00:52 -02:00 |
Bruno Oliveira
|
4de3d595c9
|
Merge pull request #1333 from lesteve/fix-practise-typo
Fix practise -> practice typo in documentation
|
2016-01-20 18:03:15 -02:00 |
Georgy Dyuldin
|
b28b3cc271
|
Add captured stdout to jUnit report on setup error
|
2016-01-20 20:13:01 +03:00 |
Loïc Estève
|
99072ea8c9
|
Fix practise -> practice typo in documentation
|
2016-01-20 16:35:27 +01:00 |
Ronny Pfannschmidt
|
11a7bcaaa5
|
Merge pull request #1322 from nicoddemus/missing-hooks-docs
Add a few missing hooks to the docs
|
2016-01-19 08:12:58 +01:00 |
Bruno Oliveira
|
0caee1a673
|
Add a few missing hooks to the docs
|
2016-01-18 19:27:35 -02:00 |
Bruno Oliveira
|
4c87a6aa09
|
Merge pull request #1330 from nicoddemus/fix-flakes
Fix flakes
|
2016-01-18 15:36:20 -02:00 |
Bruno Oliveira
|
7b13c4bec0
|
Fix flakes
|
2016-01-14 21:01:57 -02:00 |
Bruno Oliveira
|
aa8c352c10
|
Merge pull request #1323 from jeffwidman/patch-1
Change `input` to `test_input` in docs for clarity
|
2016-01-12 23:28:52 -02:00 |
Jeff Widman
|
ee75ecbda0
|
Change `input` to `test_input` in docs for clarity
Using `input` is confusing because it's also the name of a Python built-in function. So we use `test_input` instead. Fix #1321
|
2016-01-12 17:01:34 -08:00 |
Ronny Pfannschmidt
|
b2c0864fbf
|
Merge pull request #1318 from nicoddemus/doctest-unicode-error
Fix decode error in Python 2.7 when docstrings contain a non-ascii character
|
2016-01-11 08:37:24 +01:00 |
Florian Bruhin
|
a80efb038a
|
Merge pull request #1320 from bionikspoon/patch-1
update docs plugin.rst typo
|
2016-01-11 07:37:46 +01:00 |
Manu Phatak
|
5b29f579c5
|
update docs plugin.rst typo
|
2016-01-11 00:11:46 -06:00 |
Bruno Oliveira
|
808cb8e3ad
|
Merge branch 'stdout-pdb-capture'
|
2016-01-09 11:46:13 -02:00 |
Bruno Oliveira
|
8727503dd4
|
Add CHANGELOG entry for #1223
|
2016-01-09 11:45:56 -02:00 |
foxx
|
f46de68804
|
Fixes bug with stdout/stderr capture on pdb
|
2016-01-09 12:04:26 +00:00 |
Bruno Oliveira
|
3c19cfcd9a
|
Fix decode error in Python 2.7 when docstrings contain a non-ascii character
Fix #628
|
2016-01-08 23:10:02 -02:00 |
Bruno Oliveira
|
29b05c8391
|
Merge pull request #1309 from k4rtik/patch-1
Correct platform name osx -> darwin
|
2016-01-05 23:29:33 -02:00 |
Kartik Singhal
|
26c835eea5
|
Correct platform name osx -> darwin
|
2016-01-05 18:43:03 -05:00 |
Ronny Pfannschmidt
|
e2603d7050
|
Merge pull request #1306 from nicoddemus/summary-warnings
pytest warnings emitted during ``pytest_terminal_summary`` are now properly displayed.
|
2016-01-04 11:16:33 +01:00 |
Bruno Oliveira
|
369d9ecaa5
|
pytest warnings emitted during ``pytest_terminal_summary`` are now properly displayed.
Fix #1305
|
2016-01-04 00:07:45 -02:00 |
Bruno Oliveira
|
80d6d94635
|
Merge pull request #1298 from aktech/patch-1
Update copyright in README
|
2016-01-01 12:06:21 -02:00 |
AMiT Kumar
|
63cba1ed0d
|
Update copyright in README
|
2016-01-01 18:52:56 +05:30 |
Ronny Pfannschmidt
|
71ab6b8b05
|
Merge pull request #1295 from nicoddemus/monkeypatch-perf
Make monkeypatch calls O(1)
|
2015-12-30 22:21:16 +01:00 |
Bruno Oliveira
|
638b3f5e39
|
Make monkeypatch calls O(1)
Fix #1292
|
2015-12-29 22:04:35 -02:00 |
Bruno Oliveira
|
0ef73ed3e0
|
Small typo on README
|
2015-12-28 18:56:14 -02:00 |
Bruno Oliveira
|
7cfb750d7f
|
Small wording on README
|
2015-12-28 18:55:20 -02:00 |
Bruno Oliveira
|
70f72229c6
|
Merge pull request #1291 from ulope/master
Make monkeypatch differentiate ImportError sources
|
2015-12-28 13:18:25 -02:00 |