Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
musslick committed Jul 28, 2024
1 parent 9a6b905 commit 6169c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,11 +340,11 @@ If you are concerned about the changes, you can request changes from the author.

Once all reviewers have approved the PR, the author can merge the PR into the main branch.

### Unit Tests
## Unit Tests

Unit tests are a way to ensure that your code works as expected.

#### Writing Unit Tests
### Writing Unit Tests

To write a unit test, you need to create a new file in the `tests` directory with the name `test_<module>.py`,
where `<module>` is the name of the module you want to test. See the example in the repo.
Expand Down

0 comments on commit 6169c8d

Please sign in to comment.