bitcoin/test/functional/test_framework
MarcoFalke f8123d483c
Merge #18952: test: avoid os-dependant path
8a22fd0114 avoided os-dependant path (Ferdinando M. Ametrano)

Pull request description:

  The current code fails on windows because of the forward slashes; using os.path.join solves the problem and it is in general more robust

ACKs for top commit:
  MarcoFalke:
    ACK 8a22fd0114

Tree-SHA512: 813f27aea33f97c8afac52e716a55fc5d7fb69621023aba99d40df7e1d145e0ec8d1eee49ddd403b219bf0e0e168e0e987b05c78eaef611f744d99bf2fc8bc91
2020-05-16 06:16:47 -04:00
..
__init__.py
address.py
authproxy.py
blocktools.py
coverage.py
descriptors.py
key.py Add a --descriptors option to various tests 2020-04-23 13:59:48 -04:00
messages.py [test] Add test for cfcheckpt 2020-05-08 16:36:19 -04:00
mininode.py [test] Add test for cfcheckpt 2020-05-08 16:36:19 -04:00
netutil.py
script.py Merge #18576: test: use unittest for test_framework unit testing 2020-04-30 09:30:13 -04:00
script_util.py test: Remove unused, undocumented and misleading CScript.__add__ 2020-04-22 09:00:56 -04:00
segwit_addr.py
siphash.py
socks5.py
test_framework.py avoided os-dependant path 2020-05-11 22:31:02 +02:00
test_node.py Merge #18888: test: Remove RPCOverloadWrapper boilerplate 2020-05-13 15:36:10 -04:00
test_shell.py
util.py Merge #18866: test: Fix verack race to avoid intermittent test failures 2020-05-08 19:31:17 -04:00
wallet_util.py add importdescriptors RPC and tests for native descriptor wallets 2020-04-23 13:59:48 -04:00