tests: add hammer miner tests

This commit is contained in:
Upstream Data
2024-11-20 10:22:53 -07:00
parent db6499800b
commit 65ed565220
5 changed files with 408 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
# ------------------------------------------------------------------------------
from tests.config_tests import TestConfig
from tests.miners_tests import MinersTest
from tests.miners_tests import MinersTest, TestHammerMiners
from tests.network_tests import NetworkTest
from tests.rpc_tests import *