From 12339a57cdc5858d94eaedbcfa3427ed215a38e8 Mon Sep 17 00:00:00 2001 From: Willian Antunes Date: Wed, 6 Mar 2019 18:45:15 -0300 Subject: [PATCH] Useful links --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bd9df97..b84dc77 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,8 @@ I did some integration tests to see if [Grafene Testing Tools](https://docs.grap Execute the following to test everything: python -m pytest + +Useful links: + +- https://docs.graphene-python.org/en/latest/testing/#testing-tools +- https://pytest-django.readthedocs.io/en/latest/helpers.html