elements/src/test
2020-11-26 01:07:44 +00:00
..
data Merge 01fc5891fb into merged_master (Bitcoin PR #16702) 2020-11-14 16:52:13 +00:00
fuzz Merge 554d89fb29 into merged_master (Bitcoin PR #18029) 2020-11-26 00:29:44 +00:00
gen
util Merge 36f42e1bf4 into merged_master (Bitcoin PR #18037) 2020-11-26 01:07:43 +00:00
addrman_tests.cpp Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrman 2020-01-29 13:55:43 +01:00
allocator_tests.cpp
amount_tests.cpp
arith_uint256_tests.cpp
base32_tests.cpp tests: Add tests for decoding/parsing of base32, base64 and money strings containing NUL characters 2019-12-16 09:23:19 +00:00
base58_tests.cpp tests: Add tests for base58-decoding of std::string:s containing non-base58 characters 2019-12-12 11:01:56 +00:00
base64_tests.cpp tests: Add tests for decoding/parsing of base32, base64 and money strings containing NUL characters 2019-12-16 09:23:19 +00:00
bech32_tests.cpp Merge 46fc4d1a24 into merged_master (Bitcoin PR #17384) 2020-11-09 23:10:08 +00:00
bip32_tests.cpp
blech32_tests.cpp Merge 46fc4d1a24 into merged_master (Bitcoin PR #17384) 2020-11-09 23:10:08 +00:00
blind_tests.cpp Merge 46fc4d1a24 into merged_master (Bitcoin PR #17384) 2020-11-09 23:10:08 +00:00
blockchain_tests.cpp scripted-diff: Add missed copyright headers 2020-01-04 20:18:28 +02:00
blockencodings_tests.cpp
blockfilter_index_tests.cpp Merge b2a6b02161 into merged_master (Bitcoin PR #15948) 2020-10-29 02:36:55 +00:00
blockfilter_tests.cpp Merge 46fc4d1a24 into merged_master (Bitcoin PR #17384) 2020-11-09 23:10:08 +00:00
bloom_tests.cpp
bswap_tests.cpp
checkqueue_tests.cpp Merge 35eda631ed into merged_master (Bitcoin PR #17634) 2020-11-14 16:51:51 +00:00
coins_tests.cpp Merge 772673dfbe into merged_master (Bitcoin PR #16978) 2020-11-09 23:10:08 +00:00
compilerbug_tests.cpp
compress_tests.cpp
crypto_tests.cpp
cuckoocache_tests.cpp test: add missing #include to fix compiler errors 2020-01-22 17:13:53 +09:00
dbwrapper_tests.cpp
denialofservice_tests.cpp Merge b2a6b02161 into merged_master (Bitcoin PR #15948) 2020-10-29 02:36:55 +00:00
descriptor_tests.cpp Get the OutputType for a descriptor 2020-02-11 13:23:51 -05:00
dynafed_tests.cpp Merge f60e0684d1 into merged_master (Elements PR #773) 2020-11-09 23:10:10 +00:00
flatfile_tests.cpp
fs_tests.cpp
getarg_tests.cpp on startup, write config options to debug.log 2020-01-29 15:44:00 -07:00
hash_tests.cpp
key_io_tests.cpp
key_properties.cpp
key_tests.cpp Merge 78295e97b8 into merged_master (Bitcoin PR #15788) 2020-10-28 16:43:03 +00:00
limitedmap_tests.cpp
logging_tests.cpp
main.cpp test: Show debug log on unit test failure 2020-01-02 18:00:05 -05:00
Makefile
mempool_tests.cpp Merge 46fc4d1a24 into merged_master (Bitcoin PR #17384) 2020-11-09 23:10:08 +00:00
merkle_tests.cpp Merge 80fdb6fad1 into merged_master (Bitcoin PR #17442) 2020-11-09 23:10:10 +00:00
merkleblock_tests.cpp
miner_tests.cpp Merge 17e14ac92f into merged_master (Bitcoin PR #17781) 2020-11-14 16:52:03 +00:00
multisig_tests.cpp
net_tests.cpp tests: Add tests to make sure lookup methods fail on std::string parameters with embedded NUL characters 2020-01-08 12:35:59 +00:00
netbase_tests.cpp Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrman 2020-01-29 13:55:43 +01:00
pegin_spent_tests.cpp Merge 46fc4d1a24 into merged_master (Bitcoin PR #17384) 2020-11-09 23:10:08 +00:00
pegin_witness_tests.cpp Merge 46fc4d1a24 into merged_master (Bitcoin PR #17384) 2020-11-09 23:10:08 +00:00
pmt_tests.cpp
policyestimator_tests.cpp
pow_tests.cpp
prevector_tests.cpp
raii_event_tests.cpp
random_tests.cpp
README.md
reverselock_tests.cpp
rpc_tests.cpp
sanity_tests.cpp
scheduler_tests.cpp [test] unit test for new MockForward scheduler method 2020-02-13 08:59:51 -08:00
script_p2sh_tests.cpp Merge 78295e97b8 into merged_master (Bitcoin PR #15788) 2020-10-28 16:43:03 +00:00
script_standard_tests.cpp Merge 78295e97b8 into merged_master (Bitcoin PR #15788) 2020-10-28 16:43:03 +00:00
script_tests.cpp Merge 46fc4d1a24 into merged_master (Bitcoin PR #17384) 2020-11-09 23:10:08 +00:00
scriptnum10.h scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
scriptnum_tests.cpp
serialize_tests.cpp Get rid of VARINT default argument 2020-02-10 12:00:10 -08:00
settings_tests.cpp Merge #17473: refactor: Settings code cleanups 2019-12-20 03:05:28 +07:00
sighash_tests.cpp refactor: define a UINT256_ONE global constant 2020-01-23 16:35:08 -05:00
sigopcount_tests.cpp Merge 46fc4d1a24 into merged_master (Bitcoin PR #17384) 2020-11-09 23:10:08 +00:00
skiplist_tests.cpp
streams_tests.cpp
sync_tests.cpp scripted-diff: Bump copyright of files changed in 2020 2020-01-15 02:18:00 +07:00
timedata_tests.cpp util: change GetWarnings parameter to bool 2019-12-15 13:24:48 -03:00
torcontrol_tests.cpp
transaction_tests.cpp Merge ceb3d45f7d into merged_master (Bitcoin PR #17947) 2020-11-26 01:07:42 +00:00
txindex_tests.cpp Merge 78295e97b8 into merged_master (Bitcoin PR #15788) 2020-10-28 16:43:03 +00:00
txvalidation_tests.cpp
txvalidationcache_tests.cpp Merge 2755b2b109 into merged_master (Bitcoin PR #18010) 2020-11-14 16:52:12 +00:00
uint256_tests.cpp
util_tests.cpp Merge 8a56f79d49 into merged_master (Bitcoin PR #17482) 2020-11-26 01:07:40 +00:00
util_threadnames_tests.cpp scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
validation_block_tests.cpp Merge 17e14ac92f into merged_master (Bitcoin PR #17781) 2020-11-14 16:52:03 +00:00
validation_flush_tests.cpp Merge 2ed74a43a0 into merged_master (Bitcoin PR #16945) 2020-11-14 16:52:06 +00:00
validation_tests.cpp Merge 46fc4d1a24 into merged_master (Bitcoin PR #17384) 2020-11-09 23:10:08 +00:00
versionbits_tests.cpp

Unit tests

The sources in this directory are unit test cases. Boost includes a unit testing framework, and since Bitcoin Core already uses Boost, it makes sense to simply use this framework rather than require developers to configure some other framework (we want as few impediments to creating unit tests as possible).

The build system is set up to compile an executable called test_bitcoin that runs all of the unit tests. The main source file for the test library is found in util/setup_common.cpp.

Compiling/running unit tests

Unit tests will be automatically compiled if dependencies were met in ./configure and tests weren't explicitly disabled.

After configuring, they can be run with make check.

To run the bitcoind tests manually, launch src/test/test_bitcoin. To recompile after a test file was modified, run make and then run the test again. If you modify a non-test file, use make -C src/test to recompile only what's needed to run the bitcoind tests.

To add more bitcoind tests, add BOOST_AUTO_TEST_CASE functions to the existing .cpp files in the test/ directory or add new .cpp files that implement new BOOST_AUTO_TEST_SUITE sections.

To run the bitcoin-qt tests manually, launch src/qt/test/test_bitcoin-qt

To add more bitcoin-qt tests, add them to the src/qt/test/ directory and the src/qt/test/test_main.cpp file.

Running individual tests

test_bitcoin has some built-in command-line arguments; for example, to run just the getarg_tests verbosely:

test_bitcoin --log_level=all --run_test=getarg_tests

... or to run just the doubledash test:

test_bitcoin --run_test=getarg_tests/doubledash

Run test_bitcoin --help for the full list.

Adding test cases

To add a new unit test file to our test suite you need to add the file to src/Makefile.test.include. The pattern is to create one test file for each class or source file for which you want to create unit tests. The file naming convention is <source_filename>_tests.cpp and such files should wrap their tests in a test suite called <source_filename>_tests. For an example of this pattern, see uint256_tests.cpp.

Logging and debugging in unit tests

To write to logs from unit tests you need to use specific message methods provided by Boost. The simplest is BOOST_TEST_MESSAGE.

For debugging you can launch the test_bitcoin executable with gdbor lldb and start debugging, just like you would with bitcoind:

gdb src/test/test_bitcoin