Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Doc / typos fixes #569

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

Merged
merged 35 commits into from
Feb 17, 2025
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
edb4621
docs: Fix grammatical error in about.md ('ran' to 'run')
tony Feb 17, 2025
8408049
docs: Fix repeated word 'and' in developing.md
tony Feb 17, 2025
9229a67
docs: Remove redundant 'doctest.' in pytest-plugin/index.md
tony Feb 17, 2025
8288c78
docs: Fix grammatical error in pytest-plugin/index.md ('These are fix…
tony Feb 17, 2025
4f0d1de
docs: Complete session identifier example in about.md
tony Feb 17, 2025
0077537
docs: Improve punctuation in make commands documentation
tony Feb 17, 2025
5115c55
docs: Improve clarity of test stability description in pytest-plugin/…
tony Feb 17, 2025
3acedf5
docs: Fix incorrect verb usage ('custom' -> 'customize') in pytest-pl…
tony Feb 17, 2025
d199cad
docs: Fix incorrect apostrophe usage in plural 'IDs'
tony Feb 17, 2025
724920c
docs: Fix incorrect apostrophe usage in plural 'APIs'
tony Feb 17, 2025
d85bb29
docs: Fix inconsistent pluralization in list of tmux objects
tony Feb 17, 2025
89d8cbe
docs: Make entr(1) references consistent in formatting
tony Feb 17, 2025
b994132
docs: Fix inconsistent capitalization of tmux object names
tony Feb 17, 2025
347b944
docs: Remove extra space before parenthesis
tony Feb 17, 2025
e6e08b5
docs: Make command formatting consistent in developing.md
tony Feb 17, 2025
19b66b6
docs: Remove unnecessary explanation of $ symbol
tony Feb 17, 2025
f920c7d
docs: Make helper command formatting consistent
tony Feb 17, 2025
9927873
docs: Make watch_test command formatting consistent
tony Feb 17, 2025
a442588
docs: Make documentation build commands formatting consistent
tony Feb 17, 2025
80d3790
docs: Standardize key combination format (Ctrl-a -> Ctrl+a)
tony Feb 17, 2025
108895a
docs: Replace # symbol with 'number' for clarity
tony Feb 17, 2025
6e55374
docs: Make start_docs and start commands formatting consistent
tony Feb 17, 2025
78eab59
docs: Make version number formatting consistent (0.10 -> v0.10)
tony Feb 17, 2025
faf9b18
docs: Remove extra blank lines in tmux session creation command block
tony Feb 17, 2025
12123a5
docs: Fix grammar in sessions/windows lookup description
tony Feb 17, 2025
ecaf2a9
docs: Add missing ptpython link definition
tony Feb 17, 2025
c9b5c52
docs: Make method reference format consistent in pytest plugin docs
tony Feb 17, 2025
b14485f
docs: Add missing uv link definition
tony Feb 17, 2025
8c7533f
docs: Make code block formatting consistent in version update example
tony Feb 17, 2025
e0c3958
docs: Make code block formatting consistent in CHANGES example
tony Feb 17, 2025
e8962ac
docs: Make server fixture reference consistent
tony Feb 17, 2025
3d636b1
docs: Make helper commands formatting consistent with console code bl…
tony Feb 17, 2025
b57983b
docs: Make tmux(1) reference formatting consistent
tony Feb 17, 2025
5e8ec6e
docs: Make entr(1) references consistent
tony Feb 17, 2025
7336059
docs: Make make(1) reference formatting consistent
tony Feb 17, 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
docs: Make watch_test command formatting consistent
  • Loading branch information
tony committed Feb 17, 2025
commit 9927873d9083f90c9fa3e4408ae424d99e61af93
8 changes: 7 additions & 1 deletion 8 docs/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ $ uv run py.test
$ make test
```

Rerun tests on file change: `make watch_test` (requires [entr(1)])
Rerun tests on file change:

```console
$ make watch_test
```

(requires [entr(1)])

### Pytest plugin

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.