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 4c65ac9 commit 878d914Copy full SHA for 878d914
test/functional/README.md
@@ -37,6 +37,10 @@ don't have test cases for.
37
`set_test_params()`, `add_options()` and `setup_xxxx()` methods at the top of
38
the subclass, then locally-defined helper methods, then the `run_test()` method.
39
- Use `f'{x}'` for string formatting in preference to `'{}'.format(x)` or `'%s' % x`.
40
+- Use `platform.system()` for detecting the running operating system and `os.name` to
41
+ check whether it's a POSIX system (see also the `skip_if_platform_not_{linux,posix}`
42
+ methods in the `BitcoinTestFramework` class, which can be used to skip a whole test
43
+ depending on the platform).
44
45
#### Naming guidelines
46
0 commit comments