You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/functional/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
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
0 commit comments