Bruno Oliveira
|
22f54784c2
|
Add "fix-lint" tox environment to fix linting errors
|
2017-07-20 22:12:15 -03:00 |
Bruno Oliveira
|
da12c52347
|
Fix: do not load hypothesis during test_logging_initialized_in_test
A recent release seem to have added a "logging" import to the top-level,
which breaks test_logging_initialized_in_test
|
2017-07-20 21:43:24 -03:00 |
Floris Bruynooghe
|
56e6b4b501
|
Merge pull request #2578 from Llandy3d/2375
Provides encoding attribute on CaptureIO
|
2017-07-20 23:14:14 +02:00 |
Bruno Oliveira
|
c92760dca8
|
Merge branch 'fix-flake8-issues'
|
2017-07-19 17:03:36 -03:00 |
Andras Tim
|
b49e8baab3
|
Fixed E731 flake8 errors
do not assign a lambda expression, use a def
|
2017-07-17 01:44:23 +02:00 |
Andras Tim
|
15610289ac
|
Fixed E712 flake8 errors
comparison to True should be ‘if cond is True:’ or ‘if cond:’
|
2017-07-17 01:44:23 +02:00 |
Andras Tim
|
5ae59279f4
|
Fixed E704 flake8 errors
multiple statements on one line (def)
|
2017-07-17 01:44:23 +02:00 |
Andras Tim
|
85141a419f
|
Fixed E701 flake8 errors
multiple statements on one line (colon)
|
2017-07-17 01:44:23 +02:00 |
Andras Tim
|
7d2ceb7872
|
Fixed E501 flake8 errors
line too long (> 120 characters)
|
2017-07-17 01:44:23 +02:00 |
Andras Tim
|
b9e318866e
|
Fixed E402 flake8 errors
module level import not at top of file
|
2017-07-17 01:44:23 +02:00 |
Andras Tim
|
45ac863069
|
Fixed E401 flake8 errors
multiple imports on one line
|
2017-07-17 01:44:23 +02:00 |
Andras Tim
|
7248b759e8
|
Fixed E303 flake8 errors
too many blank lines (3)
|
2017-07-17 01:44:23 +02:00 |
Andras Tim
|
b840622819
|
Fixed E302 flake8 errors
expected 2 blank lines, found 0
|
2017-07-17 01:44:23 +02:00 |
Andras Tim
|
17a21d540b
|
Fixed E301 flake8 errors
expected 1 blank line, found 0
|
2017-07-17 01:44:23 +02:00 |
Andras Tim
|
4730c6d99d
|
Fixed E272 flake8 errors
multiple spaces before keyword
|
2017-07-17 01:44:23 +02:00 |
Andras Tim
|
c9a081d1a3
|
Fixed E271 flake8 errors
multiple spaces after keyword
|
2017-07-17 01:44:22 +02:00 |
Andras Tim
|
195a816522
|
Fixed E265 flake8 errors
block comment should start with ‘# ‘
|
2017-07-17 01:44:22 +02:00 |
Andras Tim
|
8f3eb6dfc7
|
Fixed E261 flake8 errors
at least two spaces before inline comment
|
2017-07-17 01:44:22 +02:00 |
Andras Tim
|
b226454582
|
Fixed E251 flake8 errors
unexpected spaces around keyword / parameter equals
|
2017-07-17 01:44:22 +02:00 |
Andras Tim
|
4c24947785
|
Fixed E241 flake8 errors
multiple spaces after ‘,’
|
2017-07-17 01:44:22 +02:00 |
Andras Tim
|
617e510b6e
|
Fixed E231 flake8 errors
missing whitespace after ‘,’, ‘;’, or ‘:’
|
2017-07-17 01:44:22 +02:00 |
Andras Tim
|
4b22f270a3
|
Fixed E226 flake8 errors
missing whitespace around arithmetic operator
|
2017-07-17 01:44:22 +02:00 |
Andras Tim
|
2e8caefcab
|
Fixed E225 flake8 errors
missing whitespace around operator
|
2017-07-17 01:44:22 +02:00 |
Andras Tim
|
3fabc4d219
|
Fixed E222 flake8 errors
multiple spaces after operator
|
2017-07-17 01:44:22 +02:00 |
Andras Tim
|
f640e0cb04
|
Fixed E221 flake8 errors
multiple spaces before operator
|
2017-07-17 01:44:22 +02:00 |
Andras Tim
|
ebb6d0650b
|
Fixed E203 flake8 errors
whitespace before ‘:’
|
2017-07-17 01:44:22 +02:00 |
Andras Tim
|
ba0a4d0b2e
|
Fixed E202 flake8 errors
whitespace before ‘)’
|
2017-07-17 01:28:17 +02:00 |
Andras Tim
|
1ff54ba205
|
Fixed E201 flake8 errors
whitespace after ‘(‘
|
2017-07-17 01:28:17 +02:00 |
Andras Tim
|
df54bf0db5
|
Fixed E131 flake8 errors
continuation line unaligned for hanging indent
|
2017-07-17 01:28:16 +02:00 |
Andras Tim
|
cf97159009
|
Fixed E128 flake8 errors
continuation line under-indented for visual indent
|
2017-07-17 01:28:16 +02:00 |
Andras Tim
|
57438f3efe
|
Fixed E127 flake8 errors
continuation line over-indented for visual indent
|
2017-07-17 01:28:16 +02:00 |
Andras Tim
|
e855a79dd4
|
Fixed E126 flake8 errors
continuation line over-indented for hanging indent
|
2017-07-17 01:28:16 +02:00 |
Andras Tim
|
051d76a63f
|
Fixed E124 flake8 errors
closing bracket does not match visual indentation
|
2017-07-17 01:28:16 +02:00 |
Andras Tim
|
4b20b9d8d9
|
Fixed E123 flake8 errors
closing bracket does not match indentation of opening bracket’s line
|
2017-07-17 01:28:16 +02:00 |
Andras Tim
|
425665cf25
|
Fixed E122 flake8 errors
continuation line missing indentation or outdented
|
2017-07-17 01:28:16 +02:00 |
Andras Tim
|
0be97624b7
|
Fixed E121 flake8 errors
continuation line under-indented for hanging indent
|
2017-07-17 01:28:16 +02:00 |
Andras Tim
|
6146ac97d9
|
Fixed E101 flake8 errors
indentation contains mixed spaces and tabs
|
2017-07-17 01:28:16 +02:00 |
Andras Tim
|
6af2abdb53
|
Fixed flake8 warnings
W191 indentation contains tabs
W292 no newline at end of file
W293 blank line contains whitespace
W391 blank line at end of file
|
2017-07-17 01:28:16 +02:00 |
Llandy Riveron Del Risco
|
ba9a76fdb3
|
Provides encoding attribute on CaptureIO
Fix #2375
|
2017-07-16 14:29:00 +02:00 |
Martin Altmayer
|
e5169a026a
|
#2574: --fixtures, --fixtures-per-test keep indentation of docstring
|
2017-07-15 13:33:11 +02:00 |
Pauli Virtanen
|
8a7d98fed9
|
Make YIELD_TEST warning less spammy
Emit it only once per each generator, rather than for each generated
function. Also add information about which test caused it to be emitted.
|
2017-07-10 21:41:09 +02:00 |
Bruno Oliveira
|
221f42c5ce
|
Change --strict help message to clarify it deals with unregistered markers
Fix #2444
|
2017-07-04 20:14:57 -03:00 |
Bruno Oliveira
|
22b7701431
|
Merge pull request #2480 from nicoddemus/issue-2469-deprecated-call-ctx
deprecated_call context manager captures warnings already raised
|
2017-06-22 10:53:28 -03:00 |
Ronny Pfannschmidt
|
5e832017d5
|
Merge pull request #2487 from nicoddemus/recursion-error-2486
Fix internal error when trying to detect the start of a recursive traceback
|
2017-06-22 13:40:32 +02:00 |
Ronny Pfannschmidt
|
4e57a39067
|
Merge pull request #2468 from nicoddemus/collection-report-2464
Fix incorrect "collected items" report when specifying tests on the command-line
|
2017-06-14 10:57:57 +02:00 |
Ronny Pfannschmidt
|
af0344e940
|
Merge pull request #2500 from nicoddemus/issue-2434-doctest-modules
Fix decode error in Python 2 for doctests in docstrings
|
2017-06-14 05:52:44 +02:00 |
Bruno Oliveira
|
4e4ebbef5a
|
Improve test to ensure the expected function is re-raised
|
2017-06-13 20:16:48 -03:00 |
Bruno Oliveira
|
b09d60c60a
|
Fix decode error in Python 2 for doctests in docstrings
Fix #2434
|
2017-06-13 19:41:34 -03:00 |
Ryan Fitzpatrick
|
5a856b6e29
|
handle and reraise subrequest finalizer exceptions
|
2017-06-12 21:26:42 -04:00 |
Bruno Oliveira
|
8bb589fc5d
|
Fix internal error when trying to detect the start of a recursive traceback.
Fix #2486
|
2017-06-09 19:26:26 -03:00 |