Searched refs:tests_root (Results 1 – 13 of 13) sorted by relevance
/external/python/asn1crypto/dev/ |
D | build.py | 43 tests_root = os.path.join(package_root, 'tests') 44 tests_setup = os.path.join(tests_root, 'setup.py') 71 _list_tgz(os.path.join(tests_root, 'dist', tests_sdist)) 74 _list_zip(os.path.join(tests_root, 'dist', tests_whl)) 78 tests_dist_dir = os.path.join(tests_root, 'dist')
|
/external/python/asn1crypto/tests/ |
D | test_crl.py | 22 tests_root = os.path.dirname(__file__) variable 23 fixtures_dir = os.path.join(tests_root, 'fixtures')
|
D | test_algos.py | 21 tests_root = os.path.dirname(__file__) variable 22 fixtures_dir = os.path.join(tests_root, 'fixtures')
|
D | test_csr.py | 21 tests_root = os.path.dirname(__file__) variable 22 fixtures_dir = os.path.join(tests_root, 'fixtures')
|
D | test_pkcs12.py | 18 tests_root = os.path.dirname(__file__) variable 19 fixtures_dir = os.path.join(tests_root, 'fixtures')
|
D | test_pem.py | 23 tests_root = os.path.dirname(__file__) variable 24 fixtures_dir = os.path.join(tests_root, 'fixtures')
|
D | test_tsp.py | 13 tests_root = os.path.dirname(__file__) variable 14 fixtures_dir = os.path.join(tests_root, 'fixtures')
|
D | test_ocsp.py | 20 tests_root = os.path.dirname(__file__) variable 21 fixtures_dir = os.path.join(tests_root, 'fixtures')
|
D | test_keys.py | 14 tests_root = os.path.dirname(__file__) variable 15 fixtures_dir = os.path.join(tests_root, 'fixtures')
|
D | test_cms.py | 20 tests_root = os.path.dirname(__file__) variable 21 fixtures_dir = os.path.join(tests_root, 'fixtures')
|
D | test_util.py | 26 tests_root = os.path.dirname(__file__) variable 27 fixtures_dir = os.path.join(tests_root, 'fixtures')
|
D | test_x509.py | 22 tests_root = os.path.dirname(__file__) variable 23 fixtures_dir = os.path.join(tests_root, 'fixtures')
|
D | test_core.py | 15 tests_root = os.path.dirname(__file__) variable 16 fixtures_dir = os.path.join(tests_root, 'fixtures')
|