summaryrefslogtreecommitdiff
path: root/tests/README.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-03-31 20:50:02 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-03-31 22:56:46 -0500
commita2f0045a7ba3ed302ff91be5c3f5fcd287f69ce2 (patch)
tree271f1488c3df40fc3d1ded357b31beb1f9733098 /tests/README.md
parent7435cb64814809d072dceec3404b2f304d89a0a7 (diff)
downloadrequests-cache-a2f0045a7ba3ed302ff91be5c3f5fcd287f69ce2.tar.gz
Split tests into unit and integration tests and run separately in CI; update Contributing Guide with more notes on testing
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md
new file mode 100644
index 0000000..4e11e94
--- /dev/null
+++ b/tests/README.md
@@ -0,0 +1,3 @@
+# Tests
+See [Contributing Guide](https://requests-cache.readthedocs.io/en/latest/contributing.html#testing)
+for details on unit and integration tests.