summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2021-01-16 13:55:39 -0300
committerHernan <hernan.grecco@gmail.com>2021-01-16 13:55:39 -0300
commitda6d95388d7a207d532f015f6c2e9a49d126d184 (patch)
tree3cdf43a60645175932cd520b91a33775abba5047 /docs
parent3ba20d75f97d4b887a0ce3dcf015c46deb85c1d8 (diff)
downloadpint-da6d95388d7a207d532f015f6c2e9a49d126d184.tar.gz
Fixed some helpers
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 96ddc94..841de0b 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -76,6 +76,7 @@ We use pytest_ for testing. If you contribute code you need to add tests:
- When using classes, derive from `QuantityTestCase`.
- Use `parametrize` as much as possible.
- Use `fixtures` (see conftest.py) instead of instantiating the registry yourself.
+- Checkout `helpers.py` for some convenience functions before reinventing the wheel.
- When your test does not modify the registry, use `sess_registry` fixture.