aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_config_args.py
AgeCommit message (Expand)Author
2022-05-20Merge bitcoin/bitcoin#24830: init: Allow -proxy="" setting valuesMacroFake
2022-04-27test, contrib, refactor: use `with` when opening a filebrunoerg
2022-04-26init: Allow -proxy="" setting valuesRyan Ofsky
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-09-08test: Fix tests on WindowsMarcoFalke
2021-08-23Merge bitcoin/bitcoin#22622: util: Check if specified config file cannot be o...MarcoFalke
2021-08-18test: use f-strings in feature_config_args.pyfanquake
2021-08-04test: Check if specified config file cannot be openednthumann
2021-08-03Merge bitcoin/bitcoin#22098: [test, init] DNS seed querying logicfanquake
2021-07-30[test] Introduce test logic to query DNS seedsAmiti Uttarwar
2021-07-26test: Disable automatic connections by defaultMartin Zumsande
2021-04-30test: Fix feature_config_args.py intermittent issueMarcoFalke
2021-02-21test: Avoid connecting to real network when running testsMarcoFalke
2021-02-21test: Assume node is running in subtestsMarcoFalke
2021-02-12[test] Use mocktime in test_seed_peers()Dhruv Mehta
2021-02-12[refactor] Correct log message in net.cppDhruv Mehta
2021-02-11[p2p] No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty. Ad...Dhruv Mehta
2021-01-21Merge #17556: test: Change feature_config_args.py not to rely on strange regt...MarcoFalke
2020-10-21wallet: Make -wallet setting not create walletsRussell Yanofsky
2020-10-02Merge #20034: test: Get rid of default wallet hacksMarcoFalke
2020-09-29test: Get rid of default wallet hacksRussell Yanofsky
2020-09-23net: Print error message if -proxy is specified without arguments (instead of...practicalswift
2020-09-02test: Change feature_config_args.py not to rely on strange regtest=0 behaviorRussell Yanofsky
2020-07-22test: Add test coverage for -networkactive optionHennadii Stepanov
2020-06-02refactor: Fix unreachable code in init arg checksJonathan Schoeller
2020-02-05Merge #17482: util: Disallow network-qualified command line optionsWladimir J. van der Laan
2020-02-05test: replace 'regtest' leftovers by self.chainSebastian Falbesoner
2020-02-04Merge #16681: Tests: Use self.chain instead of 'regtest' in all current testsMarcoFalke
2020-01-29on startup, write config options to debug.logLarry Ruane
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-08qa: Fix double-negative arg testHennadii Stepanov
2019-12-19util: Disallow network-qualified command line optionsRussell Yanofsky
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-10-26Tests: Use self.chain instead of 'regtest' in almost all current testsJorge Timón
2019-08-19Merge #15864: Fix datadir handlingMarcoFalke
2019-07-27Use ArgsManager::NETWORK_ONLY flagHennadii Stepanov
2019-07-24Enable all tests in feature_config_args.pyHennadii Stepanov
2019-07-23Merge #16366: init: Use InitError for all errors in bitcoind/qtMarcoFalke
2019-07-16Merge #15891: test: Require standard txs in regtest by defaultMarcoFalke
2019-07-11init: Use InitError for all errors in bitcoind/qtMarcoFalke
2019-06-18test: Add test that mainnet requires standard txsMarcoFalke
2019-06-18test: Add test for unknown argsMarcoFalke
2019-05-28Log early messages with -printtoconsoleAnthony Towns
2019-03-21qa: Add test for missing testnet section in conf fileMarcoFalke
2019-03-05Merge #14954: build: Require python 3.5MarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-02-19Fix lack of warning of unrecognized section namesAkio Nakamura
2019-01-09Error if rpcpassword contains hash in conf sectionsMeshCollider
2018-11-20Warn unrecognized sections in the config fileAkio Nakamura
2018-11-06Add test for rpcpassword hash errorMeshCollider