summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-04-18 14:28:16 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-04-18 15:07:02 -0500
commit3f70eee11cb5aa4d2a77afae96d94f964c730195 (patch)
tree06c648eeecd7acd6e1bf1f20f78e7976a26ded9e /CONTRIBUTING.md
parent0423cef681e3cc76566da7a43797018f890b3057 (diff)
downloadrequests-cache-3f70eee11cb5aa4d2a77afae96d94f964c730195.tar.gz
Add some more info about testing
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3b734f9..14d71c8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -44,8 +44,8 @@ $ pre-commit uninstall
### Test Layout
* Tests are divided into unit and integration tests:
- * Unit tests can be run without any additional setup, and don't depend on any external services
- * Integration tests depend on additional services, which are easiest to run using Docker
+ * Unit tests can be run without any additional setup, and **don't depend on any external services**.
+ * Integration tests **depend on additional services**, which are easiest to run using Docker
(see Integration Tests section below).
* See [conftest.py](https://github.com/reclosedev/requests-cache/blob/master/tests/conftest.py) for
[pytest fixtures](https://docs.pytest.org/en/stable/fixture.html) that apply the most common