Skip to content

Commit

Permalink
Update developer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamieparsons committed Jul 27, 2023
1 parent d39d584 commit 687d506
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/aosm/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ python-static-checks fmt
### Unit tests
To run unit tests run `azdev test aosm`. All tests are expected to pass.

If one of the publish tests fails, then it might be because you have made small tweaks and the recording is now out of date.
Delete the relevant file under tests/latest/recordings (the file names match the name of the tests), and re-run the test.
If that passes it will create a new recording for you to check in.


To get code coverage run:
```bash
pip install coverage
Expand Down

0 comments on commit 687d506

Please sign in to comment.