aboutsummaryrefslogtreecommitdiff
path: root/test/functional/README.md
diff options
context:
space:
mode:
authorBen Woosley <ben.woosley@gmail.com>2019-01-24 16:57:41 -0800
committerBen Woosley <ben.woosley@gmail.com>2019-01-24 16:57:41 -0800
commitf618c58b75ba365ef851089ba31017273d52f777 (patch)
tree178347032b43c4d54c1294fee0106ac9783ddf53 /test/functional/README.md
parent72bd4ab867e3be0d8410403d9641c08288d343e3 (diff)
downloadbitcoin-f618c58b75ba365ef851089ba31017273d52f777.tar.xz
Docs: Update python docs to reflect that wildcard imports are disallowed
Diffstat (limited to 'test/functional/README.md')
-rw-r--r--test/functional/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/README.md b/test/functional/README.md
index bce0d5db2e..628c77eb11 100644
--- a/test/functional/README.md
+++ b/test/functional/README.md
@@ -26,7 +26,7 @@ don't have test cases for.
The Travis linter also checks this, but [possibly not in all cases](https://github.com/bitcoin/bitcoin/pull/14884#discussion_r239585126).
- See [the python lint script](/test/lint/lint-python.sh) that checks for violations that
could lead to bugs and issues in the test code.
-- Avoid wildcard imports where possible
+- Avoid wildcard imports
- Use a module-level docstring to describe what the test is testing, and how it
is testing it.
- When subclassing the BitcoinTestFramwork, place overrides for the