Home
last modified time | relevance | path

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

/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.tui/
H A Dcompletion.exp27 proc test_tab_completion {input_line expected_re} { procedure
51 test_tab_completion "layout" "asm *next *prev *regs *split *src *"
55 test_tab_completion "focus" "cmd *next *prev *src *"
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/series/
H A Dtest_api.py22 def test_tab_completion(self): member in TestSeriesMisc
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/groupby/
H A Dtest_allowlist.py260 def test_tab_completion(mframe): function
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/frame/
H A Dtest_api.py63 def test_tab_completion(self): member in TestDataFrameMisc
/dports/math/curv/curv-0.5/extern/replxx/
H A Dtests.py504 def test_tab_completion( self_ ): member in ReplxxTests
/dports/devel/replxx/replxx-release-0.0.3/
H A Dtests.py504 def test_tab_completion( self_ ): member in ReplxxTests
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/completion/
H A Dtest_models.py816 def test_tab_completion(qtmodeltester, fake_web_tab, win_registry, function
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/indexes/
H A Dtest_base.py1762 def test_tab_completion(self, index, expected): member in TestIndex
/dports/devel/gdb/gdb-11.1/gdb/testsuite/
H A DChangeLog12445 * gdb.tui/completionn.exp (test_tab_completion): Add space in
12455 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,