[Checkins] SVN: grok/trunk/INSTALL.txt we have a saner way to execute tests now

Philipp von Weitershausen philikon at philikon.de
Mon Jan 8 07:52:18 EST 2007


Log message for revision 71794:
  we have a saner way to execute tests now
  

Changed:
  U   grok/trunk/INSTALL.txt

-=-
Modified: grok/trunk/INSTALL.txt
===================================================================
--- grok/trunk/INSTALL.txt	2007-01-08 12:47:13 UTC (rev 71793)
+++ grok/trunk/INSTALL.txt	2007-01-08 12:52:17 UTC (rev 71794)
@@ -28,8 +28,8 @@
 
 Start the instance:
 
-   $ cd parts/instance
-   $ bin/zopectl fg
+    $ cd parts/instance
+    $ bin/zopectl fg
 
 If you now connect to port 8080 and log in with username 'grok',
 password 'grok', you should be able to add the grok-based applications
@@ -38,13 +38,11 @@
 Running the tests
 -----------------
 
-Due to a bug in Zope, we need to run the tests this way, from a
-special instance directory:
+Grok's tests are easily run by executing the test runner that's
+installed in the ``bin`` directory::
 
-    $ cd parts/testinstance
-    $ ../../bin/test
+    $ bin/tests
 
-otherwise you will get an error about not finding
-'ftesting.zcml'. We've set up a special test instance just for running
-the test from, which includes the minimum needed ZCML (so the tests
-run faster).
+For functional tests we've set up a special test instance just for
+running the test from, which includes the minimum needed ZCML (so the
+tests run a tidbit faster).



More information about the Checkins mailing list