-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Geoff Davis wrote:
> Hi --
> 
> I have a fix for http://www.zope.org/Collectors/Zope/2037 and would like
> to write a unit test for it.  However, I don't seem to be able to run the
> existing unit tests for SiteAccess with zopectl test.
> 
> I created a new instance, then in my instance run
> 
> bin/zopectl test --dir=/opt/Zope-2.8/lib/python/Products/SiteAccess/tests/
> 
> which yields the following:
> 
> Running tests via: /usr/local/bin/python /opt/Zope-2.8/bin/test.py -v 
> --config-file /home/zope/zopefix/etc/zope.conf --libdir Products 
> --dir=/opt/Zope-2.8/lib/python/Products/SiteAccess/tests/
> Running unit tests at level 1
> Running unit tests from /opt/Zope-2.8/lib/python/Products/SiteAccess/tests
> Parsing /home/zope/zopefix/etc/zope.conf
> 
> ----------------------------------------------------------------------
> Ran 0 tests in 0.000s
> 
> 
> Any idea as to why no tests run?  Am I missing some special incantation to
> get zopectl test to run?  Or should I be running the Zope tests some other
> way?

The usual drill for testing code in the SOFTWARE_HOME is to run its
test.py without the rest of that (no zopectl involved).  In your case:

  $ cd /opt/Zope-2.8/
  $ /usr/local/bin/python bin/test.py -v



Tres.
- --
===================================================================
Tres Seaver          +1 202-558-7113          [EMAIL PROTECTED]
Palladion Software   "Excellence by Design"    http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEFhTx+gerLs4ltQ4RAgw/AJ9fuNSW1TyDTPqUQIk8/PQBoln0ZwCfX6Mp
N17oI9gUy7dshzn5Hnoo9Lo=
=u/dE
-----END PGP SIGNATURE-----

_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to