10000 docs(README) Overhaul README by tony · Pull Request #592 · tmux-python/libtmux · GitHub
[go: up one dir, main page]

Skip to content

docs(README) Overhaul README #592

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 36 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
2d40e6c
docs(test-helpers) Update to existing modules
tony Feb 27, 2025
e8b5d7a
docs(test-helpers) Add retry page
tony Feb 27, 2025
76326f3
py(deps[dev]) Bump dev packages
tony Feb 27, 2025
1668b45
chore: Add `__init__.py` for tests/examples
tony Feb 27, 2025
fc3dec2
chore: Add `__init__.py` for tests/examples/test
tony Feb 26, 2025
a438f2d
chore: Add `__init__.py` for tests/examples/_internal/waiter
tony Feb 27, 2025
aa260f2
fix(retry): Improve retry_until_extended function with better error m…
tony Feb 26, 2025
10a37e5
feat(waiter): Enhance terminal content waiting utility with fluent AP…
tony Feb 26, 2025
0c74d33
test(waiter): Fix test cases and improve type safety
tony Feb 26, 2025
a10493a
docs(waiter): Add comprehensive documentation for terminal content wa…
tony Feb 26, 2025
6bdbb5c
pyproject(mypy[exceptions]): examples to ignore `no-untyped-def`
tony Feb 26, 2025
d436d75
test: add conftest.py to register example marker
tony Feb 26, 2025
17d2967
refactor(tests[waiter]): Add waiter test examples into individual files
tony Feb 26, 2025
50081b5
docs(CHANGES) Note `Waiter`
tony Feb 27, 2025
afaa68b
cursor(rules[git-commits]) Use component name first
tony Feb 28, 2025
87bfeb7
cursor(rules[git-commits]) Standardize further
tony Feb 28, 2025
24dc049
cursor(rules[dev-loop]) Use `--show-fixes` in `ruff check`
tony Feb 28, 2025
ed09b06
tests(test_waiter[capture_pane]): Add resiliency for CI test grid
tony Feb 28, 2025
52816d5
tests(test_waiter[exact_match]): Skip flaky exact match test on tmux …
tony Feb 28, 2025
f4046c6
test(waiter): Replace assertions with warning-based checks in detaile…
tony Feb 28, 2025
808f978
cursor(rules[dev-loop]): Format, Test, then Typecheck and Lint
tony Feb 28, 2025
11dbe65
py(deps[dev]) Bump dev packages
tony Feb 28, 2025
e10c38d
cursor(rules[dev-loop]) add Python docstring and doctest guidelines t…
tony Feb 28, 2025
eca28f6
cursor(rules[dev-loop]) add pytest-watcher commands for continuous te…
tony Mar 1, 2025
2d1f60d
cursor(rules[dev-loop]) add project stack to development guidelines
tony Mar 1, 2025
3e059d6
.windsurfrules: Create file based on dev-loop
tony Mar 1, 2025
a3f1ff8
.windsurfrules: Create file based on git-commit.msc
tony Mar 1, 2025
5aefaa5
cursor,windsurf(rules): Add pytest testing guidelines to project rules
tony Mar 1, 2025
fd231cf
cursor(rules[avoid-debug-loops]) Prevent AI digging us a hole
tony Mar 2, 2025
4f12f02
tests(waiter) Rerun flaky test a few times
tony Mar 2, 2025
526e091
py(deps[dev]) Bump dev packages
tony Mar 2, 2025
f8c2646
tests(waiter) Eliminate `test_wait_for_pane_content_exact_match`
tony Mar 2, 2025
4975ed8
tests(waiter) Bump reruns for `wait_for_pane_content_regex_line_match`
tony Mar 2, 2025
3d8cdd9
docs(README) Overhaul README
tony Mar 2, 2025
db84b74
docs(README) Rephrasing
tony Mar 2, 2025
e4d09ef
docs(README) Examples
tony Mar 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Add __init__.py for tests/examples/test
  • Loading branch information
tony committed Feb 27, 2025
commit fc3dec2359cdea4f2f03df82463a1f893ec4e40b
1 change: 1 addition & 0 deletions tests/examples/test/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Tested examples for libtmux.test."""
0