Page MenuHomePhabricator

Check that all test scripts in test/functional are being run
ClosedPublic

Authored by deadalnix on Jan 20 2018, 23:16.

Details

Summary

This commit checks that all of the python files in the test/functional
directory are listed in test_runner.py.

This backports core's PR10096 and improves the situation on T163

Test Plan

Remove one test from the test_runner.py

./test/functional/test_runner.py

Check that is gives me the following error:

The following scripts are not being run:['scriptname.py']
Chec the test list in test_runner.py

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable