aboutsummaryrefslogtreecommitdiff
path: root/src/test/util_tests.cpp
AgeCommit message (Expand)Author
2019-12-20Merge #17473: refactor: Settings code cleanupsMarcoFalke
2019-12-16Merge #17593: test: move more utility functions into test utility libraryMarcoFalke
2019-12-16tests: Add tests for decoding/parsing of base32, base64 and money strings con...practicalswift
2019-11-25[test] move string helper functions into test libraryMartin Zumsande
2019-11-13scripted-diff: Remove unused ArgsManager type flags in testsRussell Yanofsky
2019-11-13refactor: Add util_CheckValue testRussell Yanofsky
2019-11-07Deduplicate settings merge codeRussell Yanofsky
2019-11-07Merge #16978: test: Seed test RNG context for each test case, print seedMarcoFalke
2019-11-07Merge #17384: test: Create new test libraryMarcoFalke
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-11-06Merge #17390: test: Add util_ArgParsing testWladimir J. van der Laan
2019-11-05Add util_ArgParsing testRussell Yanofsky
2019-11-05Add missing newline in util_ChainMerge testRussell Yanofsky
2019-10-27Add roundtrip and more tests to ParseISO8601DateTime and FormatISO8601DateTimeElichai Turkel
2019-10-16Add tests for util/vector.h's Cat and VectorPieter Wuille
2019-10-15util: Filter control characters out of log messagesWladimir J. van der Laan
2019-10-09test: add unit tests for Span-parsing helpersSebastian Falbesoner
2019-10-09test: Seed test RNG context for each test case, print seedMarcoFalke
2019-09-06Testchains: Generic selection with -chain=<str> in addition of -testnet and -...Jorge Timón
2019-08-20util: Add Join helper to join a list of stringsMarcoFalke
2019-08-08util: refactor upper/lowercase functionsKarl-Johan Alm
2019-07-31test: Make tests arg type specificHennadii Stepanov
2019-07-27scripted-diff: Use ArgsManager::DEBUG_ONLY flagHennadii Stepanov
2019-07-27scripted-diff: Use Flags enum in AddArg()Hennadii Stepanov
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-20test: Create data dir in BasicTestingSetupMarcoFalke
2019-05-23util: Add type safe GetTimeMarcoFalke
2019-05-07Add test for ArgsManager::GetChainNameRussell Yanofsky
2019-05-07Add unit test NextString, ForEachNoDup functionsRussell Yanofsky
2019-05-07util_SettingsMerge test cleanupRussell Yanofsky
2019-04-22Add settings merge test to prevent regresssionsRussell Yanofsky
2019-04-16Merge #15352: tests: Reduce noise level in test_bitcoin outputMarcoFalke
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-03-29Silence "Test case [...] did not check any assertions" warnings when running ...practicalswift
2019-03-10dead code: Remove dead option in HexStr conversionLenny Maiorani
2019-02-19Fix lack of warning of unrecognized section namesAkio Nakamura
2019-02-06Change in transaction pull scheduling to prevent InvBlock-related attacksGleb Naumenko
2019-01-10util: Make ToLower and ToUpper take a charWladimir J. van der Laan
2018-11-20test: Add BOOST_REQUIRE to getters returning optionalMarcoFalke
2018-11-05tests: Check return value of ParseParameters(...)practicalswift
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-09-04Merge #13249: Make objects in range declarations immutable by default. Avoid ...Wladimir J. van der Laan
2018-08-28Implements custom tolower and toupper functions.251
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-22Removes Boost predicate.hpp dependency251
2018-07-11Use common SetDataDir method to create temp directory in tests.winder
2018-05-30Give an error and exit if there are unknown parametersAndrew Chow
2018-05-14Merge #12963: Fix Clang Static Analyzer warningsMarcoFalke