readme: improved Wording and, perhaps, clarification

This commit is contained in:
bronsen 2026-05-18 23:50:24 +02:00
parent 01f7f2d762
commit 483500d45b

View file

@ -20,8 +20,8 @@ not go to the terminal.
You will need two terminals: You will need two terminals:
1. one for showing the console, 1. One for showing the console,
2. the other to run the app. 2. The other to run the app.
Since we use uv, the incantation is a bit different from the [official documenation]. Since we use uv, the incantation is a bit different from the [official documenation].
@ -72,9 +72,7 @@ often; rebase frequently.
Yes! Please write tests: simple ones, trivial ones; complicated ones, slow ones. Yes! Please write tests: simple ones, trivial ones; complicated ones, slow ones.
Tests must be written in pytest fashion. Use all the plugins. Tests and Tests should be written in pytest fashion. Use all the plugins except brittle ones.
fixtures should go into `tests.py`, until such time the file become too big and
unwieldy.
## Bug Reports, Feature Requests ## Bug Reports, Feature Requests
@ -87,9 +85,9 @@ replicates the problem.
### Architectural Changes ### Architectural Changes
These are unlikely to be accepted. This tool is not intended to scale. There These are unlikely to be accepted. This tool is not intended to scale. There
might be web-frontend thing automatically provided by [Textual]. might be web front end thing automatically provided by [Textual].
### Configs for tools the bronsen does not currently use ### Configurations for tools the bronsen does not currently use
Oh sure, I'll accept those. Please create a merge request that adds the file. Oh sure, I'll accept those. Please create a merge request that adds the file.