Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Dtest_util.py595 def GoldenFile(filename): function
623 with GoldenFile(filename) as f:
Dtext_format_test.py75 with test_util.GoldenFile(golden_filename) as f: