Merge pull request #654 from rosalogia/patch-1

Fixed minor typo in unit testing guidelines
This commit is contained in:
tobi-wan-kenobi 2020-06-19 09:06:56 +02:00 committed by GitHub
commit 88a3350b78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ installed, it is not part of the Python Standard Library. Most
distributions call the package ``python-pytest`` or ``python3-pytest``
or something similar (or you just use ``pip install --use pytest``)
Aside from that, you just write you tests using ``pytest`` as usual,
Aside from that, you just write your tests using ``pytest`` as usual,
with one big caveat:
**If** you create a new directory inside ``pytests/``, you need to