|  Tyler Goodlet | 053c052190 | Always lstrip() keyword expression | 2016-04-01 13:10:05 -04:00 | 
				
					
						|  Quentin Pradet | 653a53226a | Add strict parameter to xfail marker doc | 2016-03-22 16:01:51 +04:00 | 
				
					
						|  Quentin Pradet | 1fbd19b8cb | Fix pytest.mark.skip mark when used in strict mode | 2016-03-22 15:40:34 +04:00 | 
				
					
						|  Bruno Oliveira | a70e92777f | Bump version to 2.9.2.dev1 | 2016-03-18 18:24:24 -03:00 | 
				
					
						|  nicoddemus | 9bdf51fcc5 | Bump version to 2.9.1 | 2016-03-17 17:03:46 -04:00 | 
				
					
						|  Ronny Pfannschmidt | d70596da91 | Merge pull request #1452 from palaviv/specify-paramterized-node-in-command-line Specify paramterized node in command line - fixes #649 | 2016-03-16 11:16:54 +01:00 | 
				
					
						|  palaviv | a1277aaf0e | added TODO comment to remove the parametrized workaround | 2016-03-15 23:42:25 +02:00 | 
				
					
						|  palaviv | 1ee3d40dbe | allow parametrized nodes to be specified from command line | 2016-03-13 23:37:21 +02:00 | 
				
					
						|  Daniel Hahler | bdddc9c38b | doc: fix argument order for pytest_load_initial_conftests | 2016-03-12 17:35:27 +01:00 | 
				
					
						|  Ronny Pfannschmidt | 4636bf6160 | Merge pull request #1391 from malinoff/issue1342 LastFailed now creates .cache only when needed. Fixes #1342 | 2016-03-11 11:18:50 +01:00 | 
				
					
						|  Dmitry Malinovsky | 52a5acda92 | Use testscollected to make xdist happy | 2016-03-11 14:48:17 +06:00 | 
				
					
						|  Bruno Oliveira | 3ea987ef9d | Copy over name and path attributes to the re-raised exception | 2016-03-10 18:13:59 -03:00 | 
				
					
						|  Bruno Oliveira | 7a186df271 | Improve error message when a plugin fails to import | 2016-03-08 19:18:13 -03:00 | 
				
					
						|  Ronny Pfannschmidt | 6d4b14d7ee | Merge pull request #1438 from Bachmann1234/issue-1437 Make a good faith effort to display a bytestring when one is provided… | 2016-03-06 06:48:32 +01:00 | 
				
					
						|  Ronny Pfannschmidt | fd0010e6e9 | Merge pull request #1439 from pytest-dev/fix-1178 Support pytest.fail with non-ascii characters
Fixes #1178 | 2016-03-06 06:42:35 +01:00 | 
				
					
						|  Matt Bachmann | 8ce32b0795 | When a regex pattern contains bytes instead of a string use escape_encode to turn it into a string before further processing. Thanks @nicoddemus for the review and tips! | 2016-03-05 21:04:34 -05:00 | 
				
					
						|  Bruno Oliveira | 5d4703852e | Add test when using native strings with non-ascii chars | 2016-03-05 19:34:15 -03:00 | 
				
					
						|  Bruno Oliveira | d8403d793f | Fix decoding issue while formatting SyntaxErrors during collection This happens only in Python 2, as in Python 3 we receive
the "badline" in the exception is already properly encoded
Fix #578 | 2016-03-05 16:58:50 -03:00 | 
				
					
						|  Bruno Oliveira | 24d3e01548 | pytest.fail with non-ascii characters raises an internal pytest error Fix #1178 | 2016-03-05 16:09:01 -03:00 | 
				
					
						|  Bruno Oliveira | 819e0ead44 | Mention that pytest_addoption may be used from conftest files fix #1427 | 2016-03-03 18:26:01 -03:00 | 
				
					
						|  TomV | 28530836c9 | issue469: add fix junit double colon split issue | 2016-03-02 22:18:57 +00:00 | 
				
					
						|  Bruno Oliveira | 81af1c024a | Bump version to 2.9.1.dev1 | 2016-03-01 18:46:17 -03:00 | 
				
					
						|  nicoddemus | 623e786524 | Bump version to 2.9.0 | 2016-02-29 15:39:00 -05:00 | 
				
					
						|  Lukas Bednar | 7e758a9dc6 | junit: allow multiple properties with same name It might happen that test can be affected by two or more bugs.
I need to be able to track them all. | 2016-02-29 16:00:26 +01:00 | 
				
					
						|  Tiemo Kieft | 424b46de1b | Fix a typo in the docstring for mark.MarkGenerator | 2016-02-27 14:15:42 +01:00 | 
				
					
						|  Florian Bruhin | c9927bb66f | Merge pull request #1414 from rygwdn/indexerror catch IndexError exceptions when getting exception source location | 2016-02-26 18:53:10 +01:00 | 
				
					
						|  Anatoly Bubenkov | cf9a09e988 | catch IndexError exceptions when getting exception source location | 2016-02-26 08:18:12 -04:00 | 
				
					
						|  Bruno Oliveira | 5f90907509 | Fix skip/xfail markers in parametrized arguments Fix #1412 | 2016-02-25 19:13:09 -03:00 | 
				
					
						|  Bruno Oliveira | 96a331e32f | Display collect progress only when in a terminal Fix #1397 | 2016-02-20 14:38:30 -02:00 | 
				
					
						|  Dmitry Malinovsky | e4d361b093 | LastFailed now creates .cache only when needed. Fixes #1342 | 2016-02-16 11:42:04 +06:00 | 
				
					
						|  Bruno Oliveira | 0eeb466f11 | Fix strict xfail: it should behave exactly like xfail when a test fails | 2016-02-15 19:18:48 -02:00 | 
				
					
						|  Bruno Oliveira | ee88679c54 | Fix bug in strict xfail: test was not being actually called | 2016-02-15 18:43:45 -02:00 | 
				
					
						|  Bruno Oliveira | 7823838e69 | Add strict option to xfail, making tests which XPASS to actually fail the suite Fix #1355 | 2016-02-14 20:52:27 -02:00 | 
				
					
						|  Bruno Oliveira | a965386b9e | Add bool type to addini | 2016-02-14 20:52:27 -02:00 | 
				
					
						|  Marcin Biernat | 1b431d6644 | fix formatting utf-8 error explanation | 2016-02-12 20:28:06 +01:00 | 
				
					
						|  Ronny Pfannschmidt | bfa2fadac1 | fix issue #1366 by showing a note on the --fulltrace option | 2016-02-10 20:27:50 +01:00 | 
				
					
						|  Bruno Oliveira | 51694b8295 | Merge branch 'master' into issue1290-at-operator | 2016-02-06 09:31:42 -02:00 | 
				
					
						|  TomV | 7d107018e8 | Fix #1290: Py3.5's @ operator/assertion rewriting. | 2016-02-05 23:09:57 +00:00 | 
				
					
						|  Ronny Pfannschmidt | de1a9f574c | merge from master | 2016-02-05 00:10:28 +01:00 | 
				
					
						|  Georgy Dyuldin | 79722ae89b | Add expected exceptions to 'DID NOT RAISE' msg | 2016-02-03 14:12:41 +03:00 | 
				
					
						|  Michael Aquilina | e35ce98f89 | Add explicit flag names for failed first and last failed | 2016-01-27 21:28:38 +00:00 | 
				
					
						|  Bruno Oliveira | e43eaffd93 | Remove unused import | 2016-01-25 23:30:53 -02:00 | 
				
					
						|  Bruno Oliveira | 7a6f902f6f | Drop assertionnew and assertionold from _pytest._code | 2016-01-25 23:18:04 -02:00 | 
				
					
						|  Bruno Oliveira | a912d3745b | Moved py.code code over to py.test Fix #103 | 2016-01-25 23:18:04 -02:00 | 
				
					
						|  Ronny Pfannschmidt | 6c3e6401d4 | begin 2.8.8 cycle | 2016-01-24 23:56:56 +01:00 | 
				
					
						|  Ronny Pfannschmidt | 64d7d00218 | Prepare 2.8.7 release | 2016-01-24 17:59:48 +01:00 | 
				
					
						|  Ronny Pfannschmidt | 2d05f831fe | monkeypatch: unnest handling code this avoid python3 nested exceptions | 2016-01-24 12:28:14 +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 |