From 6ee49a1d815cb6fd279e55ddd77ec89a64fcbce9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 19 Dec 2010 11:36:10 -0500 Subject: add functional testing example --- docs/glossary.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index fc6eda328..a3aacebce 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -841,3 +841,8 @@ Glossary ``request.registry.settings`` dictionary. Deployment settings can be used as global application values. + WebTest + `WebTest `_ is a package which can help + you write functional tests for your WSGI application. + + -- cgit v1.2.3