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.
1 parent 8c36432 commit b1b8863Copy full SHA for b1b8863
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