summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src/tests/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-01 02:08:03 -0400
committerChris McDonough <chrism@plope.com>2011-07-01 02:08:03 -0400
commit05a1b4a37df7e855747f66174a472b0de3ce1c9e (patch)
treed9ca781390b0ebffd33a7bd130444e3ff41a4b84 /docs/tutorials/wiki2/src/tests/CHANGES.txt
parent371a670b02052dcbf42629f228373cae805b0dd3 (diff)
downloadpyramid-05a1b4a37df7e855747f66174a472b0de3ce1c9e.tar.gz
pyramid-05a1b4a37df7e855747f66174a472b0de3ce1c9e.tar.bz2
pyramid-05a1b4a37df7e855747f66174a472b0de3ce1c9e.zip
- The Wiki2 tutorial "Tests" chapter had two bugs: it did not tell the user
to depend on WebTest, and 2 tests failed as the result of changes to Pyramid itself. These issues have been fixed.
Diffstat (limited to 'docs/tutorials/wiki2/src/tests/CHANGES.txt')
-rw-r--r--docs/tutorials/wiki2/src/tests/CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tutorials/wiki2/src/tests/CHANGES.txt b/docs/tutorials/wiki2/src/tests/CHANGES.txt
new file mode 100644
index 000000000..35a34f332
--- /dev/null
+++ b/docs/tutorials/wiki2/src/tests/CHANGES.txt
@@ -0,0 +1,4 @@
+0.0
+---
+
+- Initial version