John Newbery
11ba8e9cdd
[tests] rename getblocktemplate_proposals.py to mining.py
7 years ago
John Newbery
b29dd41f0f
[tests] add test for submit block
7 years ago
John Newbery
9bf0d80ab0
[tests] run successful test in getblocktemplate first
7 years ago
John Newbery
82dc59706e
[tests] don't build blocks manually in getblocktemplate test
7 years ago
John Newbery
f82c709fbe
[tests] clarify assertions in getblocktemplate test
7 years ago
John Newbery
66c570a38e
[tests] Don't build the coinbase manually in getblocktemplate test
7 years ago
John Newbery
38b38cd2d1
[tests] getblocktemplate_proposals.py: add logging
7 years ago
John Newbery
0a3a5ff454
[tests] Fix flake8 warnings in getblocktemplate tests
7 years ago
John Newbery
32cffe6bef
[tests] Fix import order in getblocktemplate test
7 years ago
John Newbery
c9cc76dcaa
[tests] Remove is_network_split from funtional test cases
8 years ago
John Newbery
c28ee91db0
Rename rpc-tests directory to functional
8 years ago
John Newbery
00902c48cd
Rename qa directory to test
8 years ago
John Newbery
c9bd0f6421
Fix RPC failure testing (2 of 2)
...
Commit 9db8eecac1
improved the
assert_raises_jsonrpc() function for better testing of RPC failure
modes. This commit completes the job by removing remaining broken
try-except RPC testing from the individual test cases and replacing it
with calls to assert_raises_jsonrpc().
8 years ago
John Newbery
3f95a806b1
Fix docstrings in qa tests
...
This commit fixes the module-level docstrings for the tests and helper
modules in qa. Many of these tests were uncommented previously - this
commit ensures that every test case has at least a minimum level of
commenting.
8 years ago
MarcoFalke
fac9349798
[qa] Remove hardcoded "4 nodes" from test_framework
9 years ago
MarcoFalke
fa389d4edc
[qa] Switch to py3
9 years ago
Joao Fonseca
fa942c755a
Move method to check matches within arrays on util.py
9 years ago
MarcoFalke
faa41ee204
[qa] py2: Unfiddle strings into bytes explicitly
9 years ago
MarcoFalke
fab3890156
[qa] rpc-test: Normalize assert()
9 years ago
MarcoFalke
fa24439ff3
Bump copyright headers to 2015
9 years ago
Jonas Schnelli
64937fe51a
[QA] restructure rpc tests directory
...
* move non-test classes to subdir `test-framework`
10 years ago
Pieter Wuille
6b04508e37
Introduce separate 'generate' RPC call
10 years ago
Suhas Daftuar
1cb2a00cb8
Fix getblocktemplate_proposals test by mining one block
...
This triggers the tested node to no longer be in initial
download, allowing the call to getblocktemplate() to succeed.
10 years ago
Matt Corallo
e3f315a0a5
Fix python usage for arch's broken maintainers
10 years ago
Luke Dashjr
bc6cb4177b
QA RPC tests: Add tests block block proposals
10 years ago