Discussion:
SIG proposal: qa-sig
Collin Winter
2007-02-27 22:59:22 UTC
Permalink
I'd like to propose a new SIG, qa-sig, for discussing topics related
to testing and QA in/with/of Python, analogous to Perl's perl-qa list
[0]. I want a central place for discussing things like

- new features for unittest.
- extensions for unittest, like Sebastian Rittau's XmlTestRunner [1].
- testing best practices (infrastructure, conventions, etc).
- projects like PyBots [2].
- test discovery frameworks, like nose [3].
- using/developing mock libraries, like my own svnmock [4].

In short, a clearinghouse for information about QA in the Python world.

I would volunteer to be the SIG's coordinator.

Thanks,
Collin Winter

[0] - http://lists.cpan.org/showlist.cgi?name=perl-qa
[1] - http://cheeseshop.python.org/pypi/XmlTestRunner/
[2] - http://www.pybots.org/
[3] - http://somethingaboutorange.com/mrl/projects/nose/
[4] - http://cheeseshop.python.org/pypi/svnmock/
_______________________________________________
Meta-sig maillist - Meta-***@python.org
http://mail.python.org/mailman/listinfo/meta-sig
Jim Fulton
2007-03-09 18:07:32 UTC
Permalink
Are you aware of the testing in Python list

http://lists.idyll.org/listinfo/testing-in-python

?
Post by Collin Winter
I'd like to propose a new SIG, qa-sig, for discussing topics related
to testing and QA in/with/of Python, analogous to Perl's perl-qa list
[0]. I want a central place for discussing things like
- new features for unittest.
- extensions for unittest, like Sebastian Rittau's XmlTestRunner [1].
- testing best practices (infrastructure, conventions, etc).
- projects like PyBots [2].
- test discovery frameworks, like nose [3].
- using/developing mock libraries, like my own svnmock [4].
In short, a clearinghouse for information about QA in the Python world.
I would volunteer to be the SIG's coordinator.
Thanks,
Collin Winter
[0] - http://lists.cpan.org/showlist.cgi?name=perl-qa
[1] - http://cheeseshop.python.org/pypi/XmlTestRunner/
[2] - http://www.pybots.org/
[3] - http://somethingaboutorange.com/mrl/projects/nose/
[4] - http://cheeseshop.python.org/pypi/svnmock/
_______________________________________________
http://mail.python.org/mailman/listinfo/meta-sig
--
Jim Fulton mailto:***@zope.com Python Powered!
CTO (540) 361-1714 http://www.python.org
Zope Corporation http://www.zope.com http://www.zope.org



_______________________________________________
Meta-sig maillist - Meta-***@python.org
http://mail.python.org/mailman/listinfo/meta-sig
Collin Winter
2007-03-09 19:49:46 UTC
Permalink
Post by Jim Fulton
Are you aware of the testing in Python list
http://lists.idyll.org/listinfo/testing-in-python
?
I am now, thanks. I was hoping for an "official" list, but this will do.

Collin Winter
_______________________________________________
Meta-sig maillist - Meta-***@python.org
http://mail.python.org/mailman/listinfo/meta-sig

Loading...