Copy only the hatch run test:unit command

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2024-01-11 15:16:35 -08:00
parent 0ad311e0bb
commit 69f641f894
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ if __name__ == "__main__":
Run the unit tests using `hatch run`: Run the unit tests using `hatch run`:
```shell ```shell {copy-lines="1"}
hatch run test:unit hatch run test:unit
. .
---------------------------------------------------------------------- ----------------------------------------------------------------------