mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
[qa] create_cache: Delete temp dir when done
Github-Pull: #8713
Rebased-From: fa27d990ee
This commit is contained in:
parent
63462c2b4b
commit
ae8c7df7a5
1 changed files with 8 additions and 2 deletions
|
|
@ -12,9 +12,15 @@ from test_framework.test_framework import BitcoinTestFramework
|
|||
|
||||
class CreateCache(BitcoinTestFramework):
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
||||
# Test network and test nodes are not required:
|
||||
self.num_nodes = 0
|
||||
self.nodes = []
|
||||
|
||||
def setup_network(self):
|
||||
# Don't setup any test nodes
|
||||
self.options.noshutdown = True
|
||||
pass
|
||||
|
||||
def run_test(self):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue