summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-19 11:36:10 -0500
committerChris McDonough <chrism@plope.com>2010-12-19 11:36:10 -0500
commit6ee49a1d815cb6fd279e55ddd77ec89a64fcbce9 (patch)
treeeab49f8a0fcbba2839367281f02a59f84fa3eea7 /CHANGES.txt
parentb6b99c90efb438d8e0cc523c84f63707f8a28c69 (diff)
downloadpyramid-6ee49a1d815cb6fd279e55ddd77ec89a64fcbce9.tar.gz
pyramid-6ee49a1d815cb6fd279e55ddd77ec89a64fcbce9.tar.bz2
pyramid-6ee49a1d815cb6fd279e55ddd77ec89a64fcbce9.zip
add functional testing example
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index caeaa943b..5c3e5c1fe 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -114,6 +114,9 @@ Documentation
- Many changes to support terminological renaming of "model" to "resource"
and "resource" to "asset".
+- Added an example of ``WebTest`` functional testing to the testing narrative
+ chapter.
+
Paster Templates
----------------