mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-18 19:10:11 +00:00
[qa] create_cache: Delete temp dir when done
Github-Pull: #8713 Rebased-From: fa27d990ee38a9dce1da71098be010e4a81b18c3
This commit is contained in:
parent
63462c2b4b
commit
ae8c7df7a5
@ -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…
x
Reference in New Issue
Block a user