Skip to content

Commit 8e7f2f0

Browse files
committed
charms: update READMEs with sparse but accurate information
1 parent c21bb7e commit 8e7f2f0

File tree

3 files changed

+13
-52
lines changed

3 files changed

+13
-52
lines changed

charms/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Ubuntu Error Tracker charms
2+
3+
Each folder each represent one charm, representing one component of the Error Tracker.
4+
5+
## Testing locally
6+
7+
In each folder, one can get the integration tests running by using the following commands:
8+
* `charmcraft pack`
9+
This will pack the charm in its own folder. The tests have some magic fixtures
10+
to find the right `.charm` files to use in the tests.
11+
* `uv run pytest tests/ -vv --log-level=INFO -o log_cli=1`
12+
This is for maximum live verbosity. You don't actually need all those flags to
13+
just run the tests, but I find that convenient in development.

charms/retracer/README.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

charms/timers/README.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)