We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b6e854 + b1b8863 commit f7f574dCopy full SHA for f7f574d
test/functional/README.md
@@ -28,6 +28,7 @@ don't have test cases for.
28
- When subclassing the BitcoinTestFramwork, place overrides for the
29
`set_test_params()`, `add_options()` and `setup_xxxx()` methods at the top of
30
the subclass, then locally-defined helper methods, then the `run_test()` method.
31
+- Use `'{}'.format(x)` for string formatting, not `'%s' % x`.
32
33
#### Naming guidelines
34
0 commit comments