Home
last modified time | relevance | path

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

/unit/test/
H A Dtest_access_log.py286 def check_format(format, expect, url='/'): function
293 check_format(format, format)
294 check_format('$uri $status $uri $status', '/ 200 / 200')