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

Chris Withers wrote:

> I see BFG uses the tests_require parameter to setuptools' setup function 
> rather than the "normal zope way" of an extra_requires dict with a 
> 'test' key.
> 
> What's the difference between these two from your perspective and what 
> made you guys choose tests_require over extra_requires?

So that '/path/to/python setup.py test' will do the right thing.  We
don't expect / require using zc.buildout or any external runner to run
the tests.

> Also, how come nose and coverage aren't specified as dependencies anywhere?

They are optional.  We often run the tests with them, but don't insist
that everyone must.



Tres.
- --
===================================================================
Tres Seaver          +1 540-429-0999          tsea...@palladion.com
Palladion Software   "Excellence by Design"    http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFKQjIT+gerLs4ltQ4RAhyAAKDY+ngo/u3owGaoPPnT9YZ8raPvbQCdHOPn
ixb77OEmLZiX3UeFlM5K/+Q=
=UMmV
-----END PGP SIGNATURE-----
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to