[Checkins] SVN: z3c.profiler/trunk/src/z3c/profiler/ - fixed a bit long lines

Michael Howitz mh at gocept.com
Sat Dec 26 06:09:09 EST 2009


Log message for revision 107077:
  - fixed a bit long lines
  - removed cruft
  

Changed:
  U   z3c.profiler/trunk/src/z3c/profiler/README.txt
  U   z3c.profiler/trunk/src/z3c/profiler/tests.py

-=-
Modified: z3c.profiler/trunk/src/z3c/profiler/README.txt
===================================================================
--- z3c.profiler/trunk/src/z3c/profiler/README.txt	2009-12-26 11:03:26 UTC (rev 107076)
+++ z3c.profiler/trunk/src/z3c/profiler/README.txt	2009-12-26 11:09:09 UTC (rev 107077)
@@ -2,8 +2,8 @@
 Web-based Profiler
 ==================
 
-This package offers a profiler including a skin. This profiler allows you to
-profile views on a existing Zope3 application.
+This package offers a profiler including a skin. This profiler allows
+you to profile views on a existing Zope3 application.
 
 Let's access the profiler start page:
 
@@ -18,19 +18,19 @@
   >>> 'Show Profile' in user.contents
   True
 
-Now we can go to the ``help.html`` page which get profiled. Let's use another
-browser for this.
+Now we can go to the ``help.html`` page which gets profiled. Let's use
+another browser for this.
 
   >>> newBrowser = ExtendedTestBrowser()
   >>> newBrowser.open('http://localhost/++skin++Profiler/help.html')
   >>> newBrowser.url
   'http://localhost/++skin++Profiler/help.html'
 
-After calling the ``help.html`` page, we can go to the ``doProfile`` page and
-show the profile by clicking on the ``Show Profile`` button:
+After calling the ``help.html`` page, we can go to the ``doProfile``
+page and show the profile by clicking on the ``Show Profile`` button:
 
   >>> user.getControl('Show Profile').click()
 
-If we whould not call this form within this test, we whould see the profile
-data table. But we do not see the profile data table. Probably the testrunner
-conflicts with the monkey call.
+If we whould not call this form within this test, we whould see the
+profile data table. But we do not see the profile data table. Probably
+the testrunner conflicts with the monkey call.

Modified: z3c.profiler/trunk/src/z3c/profiler/tests.py
===================================================================
--- z3c.profiler/trunk/src/z3c/profiler/tests.py	2009-12-26 11:03:26 UTC (rev 107076)
+++ z3c.profiler/trunk/src/z3c/profiler/tests.py	2009-12-26 11:09:09 UTC (rev 107077)
@@ -34,7 +34,3 @@
     suite.layer = testing.TestLayer
     append(suite)
     return unittest.TestSuite(suites)
-
-
-if __name__ == '__main__':
-    unittest.main(defaultTest='test_suite')



More information about the checkins mailing list