Chronik dependencies should not be required for running the functional tests when chronik is not built. This diff makes all the dependencies be imported by chronik.x modules, and these modules imported as needed in the tests run() methods so they are properly skipped with no error if chronik is not built.
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABC6393e4c4f003: [chronik] Fix running the functional tests with no chronik dependencies
With no chronik and no websocket-client python module installed:
ninja check-functional # would break before this patch
With chronik built and the websocket-client python module installed:
./test/functional/test_runner.py chronik_*
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable