Daniel Hahler
|
7f1bf44aa8
|
_compare_eq_dict: display number of different items
|
2019-04-04 17:16:21 +02:00 |
Daniel Hahler
|
5fec793bc7
|
_compare_eq_sequence: display number of extra items
|
2019-04-04 17:16:21 +02:00 |
Bruno Oliveira
|
241b7433cd
|
Merge pull request #4978 from blueyed/exit-from-from_assertrepr_compare
Do not swallow outcomes.Exit in assertrepr_compare
|
2019-03-26 18:39:13 -03:00 |
Daniel Hahler
|
0d00be4f4f
|
Do not swallow outcomes.Exit in assertrepr_compare
|
2019-03-26 10:20:00 +01:00 |
Daniel Hahler
|
23146e7527
|
Fix usages of "verbose" option
With `-qq` `bool(config.getoption("verbose"))` is True; it needs to be
checked for `> 0`.
|
2019-03-26 10:11:25 +01:00 |
Anthony Sottile
|
0c6ca0da62
|
Fix usages of py.io.saferepr
|
2019-01-20 16:36:23 -08:00 |
Oscar Benjamin
|
85055a9efe
|
Show full repr with assert a==b and -vv
|
2019-01-08 01:25:05 +00:00 |
Bruno Oliveira
|
63f90a2bcd
|
Merge pull request #4438 from RonnyPfannschmidt/fix-4386-raises-partial-object
fix #4386 - restructure construction and partial state of ExceptionInfo
|
2018-11-23 12:41:14 -02:00 |
Ronny Pfannschmidt
|
88bf01a31e
|
fix #4386 - restructure construction and partial state of ExceptionInfo
|
2018-11-22 21:20:32 +01:00 |
Aly Sivji
|
b83e97802e
|
improve failure output
|
2018-11-13 09:37:02 -06:00 |
Aly Sivji
|
4e99c80425
|
have tests pass in python37; move to separate file
|
2018-11-12 11:24:15 -06:00 |
Aly Sivji
|
a663f60b05
|
cr 2/n -- refactor compare eq class
|
2018-11-12 09:28:47 -06:00 |
Aly Sivji
|
e1e81e315e
|
code review 1/n -- change hasattr to getattr
|
2018-11-12 09:28:47 -06:00 |
Aly Sivji
|
a3e388a73a
|
Improve changelog
|
2018-11-12 09:28:47 -06:00 |
Aly Sivji
|
1847cc7420
|
adding docs and cleaning up
|
2018-11-12 09:28:47 -06:00 |
Aly Sivji
|
d42f1e87c3
|
Add tests for attrs and dataclasses
|
2018-11-12 09:28:47 -06:00 |
Aly Sivji
|
9769bc05c6
|
moving plugin inside pytest first pass
|
2018-11-12 09:20:56 -06:00 |
Anthony Sottile
|
a4819844a4
|
Use unicode/bytes literals instead of calls
|
2018-11-04 17:43:24 -08:00 |
Anthony Sottile
|
2368fbb63c
|
Apply reorder-python-imports to all files
|
2018-10-25 00:01:29 -07:00 |
Niklas JQ
|
c14a23d4e4
|
Fix #4093: multiple string literals on a line
|
2018-10-10 19:28:31 +02:00 |
Anthony Sottile
|
99e31f6fb1
|
Use `bytes` directly instead of `binary_type`
`bytes` is an alias for `str` in python2.6+
|
2018-08-23 18:55:21 -07:00 |
Anthony Sottile
|
cbaa7dd56a
|
Upgrade pre-commit hooks except pyupgrade
|
2018-06-26 06:35:27 -07:00 |
Ronny Pfannschmidt
|
eaa882f3d5
|
switch to src layout
|
2018-05-26 09:10:38 +02:00 |