Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_iostream.py43 def test_captured(capsys): argument
46 stdout, stderr = capsys.readouterr()
51 stdout, stderr = capsys.readouterr()
56 stdout, stderr = capsys.readouterr()
61 def test_captured_large_string(capsys): argument
67 stdout, stderr = capsys.readouterr()
72 def test_guard_capture(capsys): argument
75 stdout, stderr = capsys.readouterr()
156 def test_dual(capsys): argument
158 stdout, stderr = capsys.readouterr()
Dconftest.py124 def capture(capsys): argument
126 return Capture(capsys)
Dtest_exceptions.py63 def test_python_alreadyset_in_destructor(monkeypatch, capsys): argument
86 _, captured_stderr = capsys.readouterr()
/external/fonttools/Tests/ttx/
Dttx_test.py321 def test_options_flag_h(capsys): argument
325 out, err = capsys.readouterr()
329 def test_options_flag_version(capsys): argument
333 out, err = capsys.readouterr()
812 def test_ttlist_ttf(capsys, tmpdir): argument
818 out, err = capsys.readouterr()
843 def test_ttlist_otf(capsys, tmpdir): argument
849 out, err = capsys.readouterr()
869 def test_ttlist_woff(capsys, tmpdir): argument
876 out, err = capsys.readouterr()
[all …]
/external/fonttools/Tests/varLib/instancer/
Dinstancer_test.py1912 def test_main_exit_nonexistent_file(capsys): argument
1915 captured = capsys.readouterr()
1920 def test_main_exit_invalid_location(varfont, tmpdir, capsys): argument
1926 captured = capsys.readouterr()
1931 def test_main_exit_multiple_limits(varfont, tmpdir, capsys): argument
1937 captured = capsys.readouterr()
/external/fonttools/Tests/ttLib/
Dwoff2_test.py1345 def test_no_subcommand_show_help(self, capsys): argument
1349 captured = capsys.readouterr()