예제 #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