From 0bdc019a0d05713696fc16bb774e26dfd4e748d8 Mon Sep 17 00:00:00 2001 From: Ambika Nair <66163965+rosalogia@users.noreply.github.com> Date: Fri, 19 Jun 2020 03:04:41 -0400 Subject: [PATCH] Fixed minor typo in unit testing guidelines --- docs/development/general.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/general.rst b/docs/development/general.rst index 68c40d3..824d1a7 100644 --- a/docs/development/general.rst +++ b/docs/development/general.rst @@ -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