We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21bb7e commit 8e7f2f0Copy full SHA for 8e7f2f0
charms/README.md
@@ -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
charms/timers/README.md
0 commit comments