aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_config_args.py
Commit message (Collapse)AuthorAgeFilesLines
* qa: Run all tests even if wallet is not compiledMarcoFalke2018-10-241-0/+3
| | | | | Github-Pull: #14180 Rebased-From: fac95398366f644911b58f1605e6bc37fb76782d
* test: Add test for config file parsing errorsMarcoFalke2018-09-061-0/+21
| | | | | | Github-Pull: #14105 Rebased-From: ed2332aeffb071a3404be9cff8f9fb8a81a9fbfb Tree-SHA512: 17fa88a2848f1c9c9c8a127b5ea4c45761ce8e06a609dd40f8e90bb9117d88c9d2c81e752c9c0f1a44ecadbb5bedd2973bc4548da2a6d463c789797191e85ab1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|
* qa: Temporarily disable test that reads the default datadir locationMarcoFalke2018-07-171-4/+6
|
* [tests] Use regtest section in functional tests configsAnthony Towns2018-04-111-1/+6
|
* qa: Match full plain text by defaultMarcoFalke2018-04-011-3/+2
|
* Merge #12076: qa: Use node.datadir instead of tmpdir in test frameworkWladimir J. van der Laan2018-03-221-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | c8330d4 qa: Use node.datadir instead of tmpdir in test framework (MarcoFalke) Pull request description: Commit c53c9831eedaf3b311bb942945268830f9ba3abc introduced the utility function `get_datadir_path`, however not all places in the code use this util function. Using the util function everywhere makes it easier to review pull requests related to the datadir. This commit replaces datadir path creation with the `datadir` member of `TestNode`, which itself uses `get_datadir_path`. Tree-SHA512: c75707ab7149d732a6d56152a5813138a33459d3d07577b60b89f2a207c83b7663fac5f203593677c9892d1c23a5eba4bd45c5c4ababf040d720b437240fcddf
| * qa: Use node.datadir instead of tmpdir in test frameworkMarcoFalke2018-03-191-2/+2
| |
* | [Tests] Require exact match in assert_start_raises_init_eror()John Newbery2018-03-181-2/+3
| |
* | [Tests] Move assert_start_raises_init_error method to TestNodeJohn Newbery2018-03-181-2/+2
|/
* Create new wallet databases as directories rather than filesRussell Yanofsky2018-03-031-2/+2
| | | | | | | | | | | | | This change should make it easier for users to make complete backups of wallets because they can now just back up the specified `-wallet=<path>` path directly, instead of having to back up the specified path as well as the transaction log directory (for incompletely flushed wallets). Another advantage of this change is that if two wallets are located in the same directory, they will now use their own BerkeleyDB environments instead using a shared environment. Using a shared environment makes it difficult to manage and back up wallets separately because transaction log files will contain a mix of data from all wallets in the environment.
* [tests] Rename feature_* functional tests.Anthony Towns2018-01-251-0/+49