Skip to content

Commit

Permalink
Updated readme with instructions to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hector-romero committed May 13, 2024
1 parent b9b9147 commit 52b4fc2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,10 @@ Code typing anotations are checked using mypy
```sh
mypy schedulit
```


Code testing with coverage:

```sh
coverage run
```

0 comments on commit 52b4fc2

Please sign in to comment.