diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-01 02:08:03 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-01 02:08:03 -0400 |
| commit | 05a1b4a37df7e855747f66174a472b0de3ce1c9e (patch) | |
| tree | d9ca781390b0ebffd33a7bd130444e3ff41a4b84 /docs/tutorials/wiki2/src/tests/MANIFEST.in | |
| parent | 371a670b02052dcbf42629f228373cae805b0dd3 (diff) | |
| download | pyramid-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/MANIFEST.in')
| -rw-r--r-- | docs/tutorials/wiki2/src/tests/MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/tutorials/wiki2/src/tests/MANIFEST.in b/docs/tutorials/wiki2/src/tests/MANIFEST.in new file mode 100644 index 000000000..81beba1b1 --- /dev/null +++ b/docs/tutorials/wiki2/src/tests/MANIFEST.in @@ -0,0 +1,2 @@ +include *.txt *.ini *.cfg *.rst +recursive-include tutorial *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml |
