summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-17 18:11:48 -0500
committerChris McDonough <chrism@plope.com>2010-11-17 18:11:48 -0500
commitdbaa08e18d1bf50264faabb6e7dfce12f2c0ea71 (patch)
treeb3a0f56135488cdd5183433a53b191e43f4823c3 /TODO.txt
parentab1b77143424c73bf126126d1bc5ceecdbf05ddb (diff)
downloadpyramid-dbaa08e18d1bf50264faabb6e7dfce12f2c0ea71.tar.gz
pyramid-dbaa08e18d1bf50264faabb6e7dfce12f2c0ea71.tar.bz2
pyramid-dbaa08e18d1bf50264faabb6e7dfce12f2c0ea71.zip
- Replace Twill with WebTest in internal integration tests (avoid deprecation
warnings generated by Twill).
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 03e42e438..d8160eb67 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -115,8 +115,5 @@
Configurator.add_translation_dirs: not passed any context but a message,
can't credibly be removed.
-- Stop using Twill in integration tests (too much of a pain in the ass to
- make work without deprecation warnings).
-
- Use ``@register_view`` instead of ``@view_config`` and change view docs to
use "view registration" instead of "view configuration".