aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/multi_rpc.py
Commit message (Collapse)AuthorAgeFilesLines
* s/doge/dis/gTomo Ueda2021-09-021-1/+1
|
* rpc-tests: write credentials to dogecoin.conf, not bitcoin.confPatrick Lodder2020-07-221-2/+2
|
* Fix some typosfsb40002016-11-281-1/+1
|
* test: Explicitly set encoding to utf8 when opening text filesWladimir J. van der Laan2016-09-291-1/+1
| | | | | | | | | | | | | | These are text files but their encoding does not depend on the locale. Not all of them require utf8 but it is better to fix it at something to remove potential unpredictability. This is necessary on FreeBSD where no locale is set by default, and apparently Python defaults not only the terminal encoding to the locale but that of every text file. So without LOCALE environment it defaults text file encoding to ASCII. This causes problems with e.g. `bitcoin.conf`. Luckily the locale doesn't affect the default encoding for str.encode() and bytes.decode() on Python 3, so this is the only change necessary.
* [qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke2016-05-151-5/+11
|
* [qa] Switch to py3MarcoFalke2016-05-051-18/+11
|
* [qa] py2: Unfiddle strings into bytes explicitlyMarcoFalke2016-04-101-7/+6
|
* [doc] Fix markdownMarcoFalke2016-03-011-1/+1
|
* Added additional config option for multiple RPC users.Gregory Sanders2015-11-291-0/+122