aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-04-19 12:14:58 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-04-19 12:19:32 +0200
commite245c5ccd5ab7b08070743d2018ef6df2dc4b7b2 (patch)
tree3591a3c9e4a6c9afaef95c84ad192fa419ec59ae /test
parentff78833d3c8639c43a1cc98740cef3744fdcacff (diff)
downloadbitcoin-e245c5ccd5ab7b08070743d2018ef6df2dc4b7b2.tar.xz
doc: Fix a link to `test/lint/lint-python.py`
Diffstat (limited to 'test')
-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 926810cf03..914dbfd977 100644
--- a/test/functional/README.md
+++ b/test/functional/README.md
@@ -24,7 +24,7 @@ don't have test cases for.
Consider using [pyenv](https://github.com/pyenv/pyenv), which checks [.python-version](/.python-version),
to prevent accidentally introducing modern syntax from an unsupported Python version.
The CI linter job 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
+- See [the python lint script](/test/lint/lint-python.py) that checks for violations that
could lead to bugs and issues in the test code.
- Use [type hints](https://docs.python.org/3/library/typing.html) in your code to improve code readability
and to detect possible bugs earlier.