File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ don't have test cases for.
26
26
The Travis linter also checks this, but [ possibly not in all cases] ( https://github.com/bitcoin/bitcoin/pull/14884#discussion_r239585126 ) .
27
27
- See [ the python lint script] ( /test/lint/lint-python.sh ) that checks for violations that
28
28
could lead to bugs and issues in the test code.
29
- - Avoid wildcard imports where possible
29
+ - Avoid wildcard imports
30
30
- Use a module-level docstring to describe what the test is testing, and how it
31
31
is testing it.
32
32
- When subclassing the BitcoinTestFramwork, place overrides for the
Original file line number Diff line number Diff line change 13
13
# libraries then local imports).
14
14
from collections import defaultdict
15
15
16
- # Avoid wildcard * imports if possible
16
+ # Avoid wildcard * imports
17
17
from test_framework .blocktools import (create_block , create_coinbase )
18
18
from test_framework .messages import CInv
19
19
from test_framework .mininode import (
You can’t perform that action at this time.
0 commit comments