Fixed typo

This commit is contained in:
Shay Nehmad 2019-09-01 15:04:23 +03:00
parent 5e571e7e9e
commit 7f543d675d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Also, please submit PRs to the `develop` branch.
#### Unit tests
**Do** add unit tests if you think it fits. We place our unit tests in the same folder as the code, with the same
filename, followed by the _test prefix. So for example: `somefile.py` will be tested by `somefile_test.py`.
filename, followed by the _test suffix. So for example: `somefile.py` will be tested by `somefile_test.py`.
Please try to read some of the existing unit testing code, so you can see some examples.