From 5cf4f2a9b943e77a2ed59edc8e2ebf3ebde2f2ba Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 9 Oct 2009 18:54:55 +0000 Subject: Remove comment. --- docs/narr/MyProject/myproject/tests.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/narr/MyProject') 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() -- cgit v1.2.3