You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5f240ab test: Add option to skip unit tests for the test runner (Martin Zumsande)
Pull request description:
In the python `test_runner`, it's possible to disable specific functional tests (or just enable a few specific ones), but the unit tests for the python test framework cannot be skipped.
Add this option (`--skipunit` or `-u`), it would save some time for devs not interested in running those every time.
ACKs for top commit:
fjahr:
re-ACK 5f240ab
tdb3:
Code review and tested ACK 5f240ab
stratospher:
tested ACK 5f240ab.
Tree-SHA512: f7c9cfefc18a6510e24ca4601309b40fdf4180a4c5fe592be9cf7607be6541784b283c46c8d6e60740ff3eba83025dd5d0db36e55bf8bad1404b38120859e113
print("%sWARNING!%s There is a cache directory here: %s. If tests fail unexpectedly, try deleting the cache directory."% (BOLD[1], BOLD[0], cache_dir))
565
568
566
-
# Test Framework Tests
567
-
print("Running Unit Tests for Test Framework Modules")
568
569
569
570
tests_dir=src_dir+'/test/functional/'
570
571
# This allows `test_runner.py` to work from an out-of-source build directory using a symlink,
571
572
# a hard link or a copy on any platform. See https://github.com/bitcoin/bitcoin/pull/27561.
0 commit comments