Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
Dtest_six.py356 def test_dictionary_iterators(monkeypatch): argument
387 monkeypatch.setattr(MyDict, stock_method_name(name), with_kw)
390 monkeypatch.undo()
653 def test_print_encoding(monkeypatch): argument
655 monkeypatch.setattr(six, "file", six.BytesIO, raising=False)
/external/chromium-trace/catapult/third_party/six/
Dtest_six.py376 def test_dictionary_iterators(monkeypatch): argument
407 monkeypatch.setattr(MyDict, stock_method_name(name), with_kw)
410 monkeypatch.undo()
687 def test_print_encoding(monkeypatch): argument
689 monkeypatch.setattr(six, "file", six.BytesIO, raising=False)
/external/chromium-trace/catapult/third_party/Paste/docs/
Dnews.txt598 in a monkeypatch for the ``cgi`` module so that
/external/chromium-trace/catapult/third_party/beautifulsoup4/
DNEWS.txt464 * We also monkeypatch a serious bug in html.parser that made