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

@@ -20,6 +20,8 @@ from dataclasses import asdict
from pyasic.miners.factory import MINER_CLASSES
from .backends_tests import *
class MinersTest(unittest.TestCase):
def test_miner_type_creation(self):