From dc0ec9c36de8a18fcb07ae1cfafa02f694968f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Car=C3=ADcio?= Date: Wed, 25 Sep 2013 12:41:37 +0200 Subject: [PATCH] Adding new blog post about integration testing with django-pyvows --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ee2f9c1..2c7bb3b 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,5 @@ External links - http://www.realpython.com/blog/python/asynchronous-testing-with-django-and-pyvows/ - Unit Testing with pyVows and Django - http://www.realpython.com/blog/python/unit-testing-with-pyvows-and-django/ +- Integration testing with pyVows and Django + - http://www.realpython.com/blog/python/integration-testing-with-pyvows-and-django/