summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-10-09 18:54:55 +0000
committerChris McDonough <chrism@agendaless.com>2009-10-09 18:54:55 +0000
commit5cf4f2a9b943e77a2ed59edc8e2ebf3ebde2f2ba (patch)
tree5bb6bdca8ac27cd4f02ba75f28a307ab3d01f8e3
parentf89fb6cf111405e34808fc2933dd1fb8073ccd89 (diff)
downloadpyramid-5cf4f2a9b943e77a2ed59edc8e2ebf3ebde2f2ba.tar.gz
pyramid-5cf4f2a9b943e77a2ed59edc8e2ebf3ebde2f2ba.tar.bz2
pyramid-5cf4f2a9b943e77a2ed59edc8e2ebf3ebde2f2ba.zip
Remove comment.
-rw-r--r--docs/narr/MyProject/myproject/tests.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/narr/MyProject/myproject/tests.py b/docs/narr/MyProject/myproject/tests.py
index af66e5bef..c98e3c1fa 100644
--- a/docs/narr/MyProject/myproject/tests.py
+++ b/docs/narr/MyProject/myproject/tests.py
@@ -3,10 +3,6 @@ import unittest
from repoze.bfg import testing
class ViewTests(unittest.TestCase):
- """ These tests are unit tests for the view. They test the
- functionality of *only* the view. They register and use dummy
- implementations of repoze.bfg functionality to allow you to avoid
- testing 'too much'"""
def test_my_view(self):
from myproject.views import my_view
context = testing.DummyModel()