dogecoin/src/test
KabDeveloper 4c94a061c0 Remove GetBlockSubsidy (Not Used - replaced) 2021-10-28 23:36:48 +01:00
..
data scripted-diff: remove trailing spaces after commas from fixtures 2021-10-18 03:50:56 +02:00
DoS_tests.cpp [Trivial] Update comments referencing main.cpp 2017-02-16 13:52:38 +01:00
Makefile
README.md Merge `doc/unit-tests.md` into `src/test/README.md` 2016-11-02 18:19:43 +01:00
addrman_tests.cpp [test] Avoid potential NULL pointer dereference in addrman_tests.cpp 2017-01-14 20:18:20 +01:00
alert_tests.cpp Re-introduce alert functionality (#1470) 2018-09-19 22:11:47 +01:00
allocator_tests.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
amount_tests.cpp Reduce recommended fees 2021-09-03 10:52:24 +01:00
arith_uint256_tests.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
auxpow_tests.cpp Modify chain consensus parameters to be height aware (#1396) 2018-09-19 19:24:06 +01:00
base32_tests.cpp Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
base58_tests.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
base64_tests.cpp Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
bctest.py Check stderr when testing bitcoin-tx 2017-03-31 11:47:50 +02:00
bip32_tests.cpp Replace test data with Dogecoin values 2018-09-19 19:21:49 +01:00
bitcoin-util-test.py Remove unused Python imports 2017-01-13 19:03:20 +01:00
blockencodings_tests.cpp Fix 1.14 unit tests (#1408) 2018-09-19 19:24:06 +01:00
bloom_tests.cpp Replace test data with Dogecoin values 2018-09-19 19:21:49 +01:00
bswap_tests.cpp Uses built-in byte swap if available (Apple) and if bswap_XX is undefined. 2016-12-17 12:27:00 +09:00
buildenv.py.in Use portable #! in python scripts (/usr/bin/env) 2016-06-26 16:47:03 +03:00
checkqueue_tests.cpp Add CheckQueue Tests 2017-02-16 01:37:53 -05:00
coins_tests.cpp Check FRESH validity in CCoinsViewCache::BatchWrite 2017-01-04 14:56:17 -05:00
compress_tests.cpp Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
crypto_tests.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
cuckoocache_tests.cpp [Trivial] Grammar and typo correction 2017-01-22 13:18:51 +01:00
dbwrapper_tests.cpp [Trivial] Grammar and typo correction 2017-01-22 13:18:51 +01:00
dogecoin_tests.cpp Rewrite subsidy limit tests 2021-07-11 22:13:59 +01:00
getarg_tests.cpp Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
hash_tests.cpp Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources 2017-01-05 11:32:05 +01:00
key_tests.cpp Replace test data with Dogecoin values 2018-09-19 19:21:49 +01:00
limitedmap_tests.cpp [Trivial] Grammar and typo correction 2017-01-22 13:18:51 +01:00
main_tests.cpp Remove GetBlockSubsidy (Not Used - replaced) 2021-10-28 23:36:48 +01:00
mempool_tests.cpp mempool: tune incremental fee to make more sense for Dogecoin 2021-09-25 21:51:36 +02:00
merkle_tests.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
miner_tests.cpp Reduce recommended fees 2021-09-03 10:52:24 +01:00
multisig_tests.cpp Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources 2017-01-05 11:32:05 +01:00
net_tests.cpp Fix memory leak in net_tests 2017-01-12 11:52:53 -08:00
netbase_tests.cpp Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources 2017-01-05 11:32:05 +01:00
pmt_tests.cpp Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources 2017-01-05 11:32:05 +01:00
policyestimator_tests.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
pow_tests.cpp Update miner confirmation window 2018-09-23 21:22:58 +01:00
prevector_tests.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
raii_event_tests.cpp Skip RAII event tests if libevent is built without event_set_mem_functions 2017-01-28 08:04:57 +00:00
reverselock_tests.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
rpc_tests.cpp Add functionality to generate auxpow blocks in regtest 2021-05-25 18:23:36 -04:00
sanity_tests.cpp Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
scheduler_tests.cpp Fix for Boost 1.74 2021-02-02 03:54:57 -08:00
script_P2SH_tests.cpp Add Dogecoin current fee calculation logic (#1413) 2018-09-19 21:09:16 +01:00
script_tests.cpp [Trivial] Grammar and typo correction 2017-01-22 13:18:51 +01:00
scriptnum10.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
scriptnum_tests.cpp Avoid integer overflows in scriptnum tests 2017-01-12 11:52:53 -08:00
scrypt_tests.cpp Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009) Modified by Artforz, coblee, pooler, wtogami, Nikolay Belikov, Adrian Gallagher 2018-09-19 19:21:49 +01:00
serialize_tests.cpp [trivial] Fix typos in comments 2017-01-27 21:22:35 +01:00
sighash_tests.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
sigopcount_tests.cpp Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources 2017-01-05 11:32:05 +01:00
skiplist_tests.cpp Add unit test for FindEarliestAtLeast 2017-01-12 14:22:15 +00:00
streams_tests.cpp Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources 2017-01-05 11:32:05 +01:00
test_bitcoin.cpp Clean up RPC tests (#1465) 2018-09-19 22:11:47 +01:00
test_bitcoin.h Replace test data with Dogecoin values 2018-09-19 19:21:49 +01:00
test_bitcoin_fuzzy.cpp Init ECC context for test_bitcoin_fuzzy. 2017-02-05 17:37:13 +00:00
test_random.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
testutil.cpp Move GetTempPath() to testutil. 2016-03-11 15:04:05 +00:00
testutil.h Move GetTempPath() to testutil. 2016-03-11 15:04:05 +00:00
timedata_tests.cpp Refactoring: Removed using namespace <xxx> from bench/ and test/ source files. 2017-01-02 20:35:23 +09:00
transaction_tests.cpp policy: Split up dust limit into hard and soft 2021-10-10 20:35:55 +02:00
txvalidationcache_tests.cpp tests: fix non-qt tests that spend dust 2020-07-22 13:44:44 +02:00
uint256_tests.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
univalue_tests.cpp Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources 2017-01-05 11:32:05 +01:00
util_tests.cpp Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources 2017-01-05 11:32:05 +01:00
versionbits_tests.cpp Update miner confirmation window 2018-09-23 21:22:58 +01:00

README.md

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 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.

Note on adding test cases

The sources in this directory are unit test cases. Boost includes a unit testing framework, and since bitcoin 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 setup to compile an executable called test_bitcoin that runs all of the unit tests. The main source file is called test_bitcoin.cpp. 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, examine uint256_tests.cpp.

For further reading, I found the following website to be helpful in explaining how the boost unit test framework works: http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/.

bitcoin-util-test.py

The test directory also contains the bitcoin-util-test.py tool, which tests bitcoin utils (currently just bitcoin-tx). This test gets run automatically during the make check build process. It is also possible to run the test manually from the src directory:

test/bitcoin-util-test.py --srcdir=[current directory]