Andras Tim
|
b840622819
|
Fixed E302 flake8 errors
expected 2 blank lines, found 0
|
2017-07-17 01:44:23 +02:00 |
Andras Tim
|
1c935db571
|
Fixed E129 flake8 errors
visually indented line with same indent as next logical line
|
2017-07-17 01:28:16 +02:00 |
Bruno Oliveira
|
42a5d6bdfa
|
Add __future__ imports to all pytest modules
This prevents silly errors from creeping in Python 2 when testing in Python 3
|
2017-03-16 22:45:40 -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
|
a912d3745b
|
Moved py.code code over to py.test
Fix #103
|
2016-01-25 23:18:04 -02:00 |