mirror of
https://github.com/kiviktnm/decman.git
synced 2026-09-19 12:08:28 +00:00
Better methods for running commands
This commit is contained in:
+2
-2
@@ -12,10 +12,10 @@ sudo uv run decman
|
||||
|
||||
## Testing
|
||||
|
||||
Run unit tests:
|
||||
Run all unit tests (`-s` disables output capturing):
|
||||
|
||||
```sh
|
||||
uv run python -m unittest
|
||||
uv run pytest -s
|
||||
```
|
||||
|
||||
## Formatting
|
||||
|
||||
Reference in New Issue
Block a user