aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_framework_unit_tests.py
AgeCommit message (Collapse)Author
2024-06-05test: add unit test for `keys_to_multisig_script`Sebastian Falbesoner
2024-05-14crypto: add NUMS_H constjosibake
2024-04-23test: Run framework unit tests in paralleltdb3
Reorganize functional test framework unit tests to run in parallel with other functional tests. The option `skipunit` is removed, since unit tests no longer delay functional test execution. Unit tests are run by default when running all tests, and can be run explicitly with `feature_framework_unit_tests.py` when running a subset of tests.