Home
last modified time | relevance | path

Searched refs:_TEST_UUID_STR_SANS_HYPHENS (Results 1 – 2 of 2) sorted by relevance

/dports/www/py-falcon/falcon-2.0.0/tests/
H A Dtest_uri_converters.py12 _TEST_UUID_STR_SANS_HYPHENS = _TEST_UUID_STR.replace('-', '') variable
89 (_TEST_UUID_STR_SANS_HYPHENS, _TEST_UUID),
91 ('urn:uuid:' + _TEST_UUID_STR_SANS_HYPHENS, _TEST_UUID),
H A Dtest_uri_templates.py23 _TEST_UUID_STR_SANS_HYPHENS = _TEST_UUID_STR.replace('-', '') variable
257 '/widgets/' + _TEST_UUID_STR_SANS_HYPHENS + '/orders',
277 '/widgets/' + _TEST_UUID_STR_SANS_HYPHENS[:-1] + '/orders',