home
·
contact
·
privacy
projects
/
ircplom
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7419e8
)
Remove dead code.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 28 Sep 2025 17:10:09 +0000
(19:10 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 28 Sep 2025 17:10:09 +0000
(19:10 +0200)
src/ircplom/testing.py
patch
|
blob
|
history
diff --git
a/src/ircplom/testing.py
b/src/ircplom/testing.py
index 5b32e58c1fc21c7bbcf460c0e9deaee32e812c52..831bbbfc903eae7c054b274670a5f233593e94e5 100644
(file)
--- a/
src/ircplom/testing.py
+++ b/
src/ircplom/testing.py
@@
-183,7
+183,6
@@
class TestingClientTui(ClientTui):
'Collects keypresses via TestTerminal and test file, compares log results.'
_client_cls = _TestClientKnowingTui
_clients: list[_TestClientKnowingTui]
- _path_config: Optional[Path] = None
_path_logs = None
_path_test: Path