unit_tests.py: new testdep test

This commit is contained in:
The MMGen Project 2021-09-26 21:16:20 +00:00
commit 4c35218fc2
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
3 changed files with 53 additions and 2 deletions

View file

@ -11,6 +11,7 @@ from mmgen.common import *
class unit_tests:
altcoin_deps = ('keccak','py_ecc')
win_skip = ('aiohttp',)
def keccak(self,name,ut): # ETH,XMR
from sha3 import keccak_256