diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-10-09 18:54:55 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-10-09 18:54:55 +0000 |
| commit | 5cf4f2a9b943e77a2ed59edc8e2ebf3ebde2f2ba (patch) | |
| tree | 5bb6bdca8ac27cd4f02ba75f28a307ab3d01f8e3 /docs | |
| parent | f89fb6cf111405e34808fc2933dd1fb8073ccd89 (diff) | |
| download | pyramid-5cf4f2a9b943e77a2ed59edc8e2ebf3ebde2f2ba.tar.gz pyramid-5cf4f2a9b943e77a2ed59edc8e2ebf3ebde2f2ba.tar.bz2 pyramid-5cf4f2a9b943e77a2ed59edc8e2ebf3ebde2f2ba.zip | |
Remove comment.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/MyProject/myproject/tests.py | 4 |
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() |
