http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/775e596ddad05e33ff63e3b6966f1895f3682077/test/unit_tests_d/ut_testdep.py
/usr/bin/env python3 """ test.unit_tests_d.ut_testdep: test dependency unit tests for the MMGen suite """ import os from subprocess import run,PIPE from mmgen.cfg import gc from mmgen.util import ymsg sec = 'deadbeef' * 8 class unit_tests: altcoin_deps = ('pycoin','monero_python','keyconv','zcash_mini','ethkey','ssh_socks_proxy') win_skip = ('losetup','zcash_mini') def core_repo(self,name,ut): crr = os.getenv('CORE_REPO_ROOT') if not crr or not...