summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-04-19 11:30:56 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-04-19 12:51:25 -0500
commitdd7ef7197a44688ed06356199f993161891363b2 (patch)
tree6f1a457a801e75ef4c34e09758afdc2e4868b10a /CONTRIBUTING.md
parent1fcbe2b30e4fdd96c345b5ea488ae51d3f542273 (diff)
downloadrequests-cache-dd7ef7197a44688ed06356199f993161891363b2.tar.gz
Use pytest-order to order tests; remove ipdb recommendation
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 14d71c8..6011389 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -83,16 +83,6 @@ pytest tests/integration/test_cache.py
For backend databases, you can install and run them on the host instead of in a container, as long
as they are running on the default port.
-## Debugging
-When you run into issues while working on new features and/or tests, it will make your life much easier
-to use a debugger instead of `print` statements. Most IDEs have a built-in debugger, but if
-you prefer the command line, [ipdb](https://github.com/gotcha/ipdb) is a good option. To install:
-```bash
-pip install ipython ipdb
-```
-
-The `runtests.sh` script will use ipdb by default, if it's installed.
-
## Documentation
[Sphinx](http://www.sphinx-doc.org/en/master/) is used to generate documentation.