mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
fix typo in test/bitcoin_functional/functional/README.md
This commit is contained in:
parent
2d298f7e3f
commit
3516afccf7
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ don't have test cases for.
|
|||
- 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
|
||||
- When subclassing the BitcoinTestFramework, place overrides for the
|
||||
`set_test_params()`, `add_options()` and `setup_xxxx()` methods at the top of
|
||||
the subclass, then locally-defined helper methods, then the `run_test()` method.
|
||||
- Use `'{}'.format(x)` for string formatting, not `'%s' % x`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue