make check
qa/rpc-tests/abc-cmdline.py # example of standalone test execution from in tree build
qa/pull-tester/rpc-tests.py -extended # full test suite ok
python3 qa/rpc-tests/test_framework/outputchecker.py # runs Python doctests on new module
# do an out-of-tree build into `build/`, then:
cd build && ../qa/pull-tester/rpc-tests -extended # test full suite from out of tree
../qa/rpc-tests/abc-cmdline.py # run single test execution out of tree