Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 7, 2019
1 parent d0973f4 commit ee24127
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ flake8 .

These steps are mandatory during the CI.

### Type tests

We also `pytest-mypy-plugins`. Tests cases are located inside `./typesafety`
If you create new types or typed functions, it is required to test their types.
Here's [a tutorial](https://sobolevn.me/2019/08/testing-mypy-types) on how to do that.


## Type checks

We use `mypy` to run type checks on our code.
Expand Down

0 comments on commit ee24127

Please sign in to comment.