コード例 #1
0
def get_tests(config={}):
    tests = []
    import test_pkcs1_15
    tests += test_pkcs1_15.get_tests(config=config)
    import test_pkcs1_pss
    tests += test_pkcs1_pss.get_tests(config=config)
    return tests
コード例 #2
0
ファイル: __init__.py プロジェクト: nessvm/eVoting
def get_tests(config={}):
    tests = []
    import test_pkcs1_15;

    tests += test_pkcs1_15.get_tests(config=config)
    import test_pkcs1_pss;

    tests += test_pkcs1_pss.get_tests(config=config)
    return tests