John Newbery
7c51e9f0dc
[tests] destroy zmq context in zmq_tests.py
8 years ago
John Newbery
b1bac1cb7e
[tests] in zmq test, timeout if message not received
8 years ago
John Newbery
5ebd5f9e15
[tests] tidy up zmq_test.py
8 years ago
John Newbery
4a0c08fdcf
[tests] update zmq test to use correct config.ini file
8 years ago
John Newbery
d8c218f9c2
[tests] Functional tests call self.start_node(s) and self.stop_node(s)
...
This commit changes the individual test scripts to call the
start_node(s) and stop_node(s) methods in BitcoinTestFramework.
8 years ago
John Newbery
930deb9b2c
[tests] skipped tests should clean up after themselves
8 years ago
John Newbery
c9cc76dcaa
[tests] Remove is_network_split from funtional test cases
8 years ago
John Newbery
b8251f6337
[tests] allow zmq test to be run in out-of-tree builds
8 years ago
John Newbery
6803e09e6e
Move zmq test skipping logic into individual test case.
...
This commit uses the new skip test funcationality added in
232b6665bc
to skip the zmq tests if the
python zmq module is not available or if bitcoind has been built without
zmq support.
This removes the zmq-specific logic from test_runner.py. In general it's
better if test_runner.py has no knowledge of special cases for
individual tests and is a general purpose test runner.
8 years ago
practicalswift
389745901a
[tests] Remove unused variables
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
64c080051b
Use logging in individual tests
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
practicalswift
95bab821b3
Remove unused Python imports
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
Jonas Schnelli
0b25a9fb42
[ZMQ] append a message sequence number to every ZMQ notification
9 years ago
MarcoFalke
faa41ee204
[qa] py2: Unfiddle strings into bytes explicitly
9 years ago
MarcoFalke
7777994846
[qa] Fix pyton syntax in rpc tests
9 years ago
Cory Fields
745f909925
travis: install a recent libzmq and pyzmq for tests
9 years ago
Jonas Schnelli
a9c27cdf55
[travis] add zmq python module
9 years ago
Jonas Schnelli
029e278286
QA: Add ZeroMQ RPC test
9 years ago