Open GoogleCodeExporter opened 9 years ago
I think that point a. is *very high-priority*, as we will not start writing and
using tests until we have an automated test suite.
Original comment by riccardo.murri@gmail.com
on 20 Feb 2012 at 1:50
Original comment by riccardo.murri@gmail.com
on 20 Feb 2012 at 1:56
Original comment by riccardo.murri@gmail.com
on 20 Feb 2012 at 1:56
A comprehensive list of Python testing tools:
http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy
Original comment by riccardo.murri@gmail.com
on 22 Feb 2012 at 3:39
Today I've tested nose[1] and pytest. There are debian packages for
them. At first glance they look quite similar, even though py.test
seems to do a bit more magic than I would appreciate...
I haven't tested tox yet (will do soon), but they say it works well
with both pytest and nosetests, so I would consider the following
options for now:
* tox
* tox + nose
* tox + pytest
I personally don't like the pythoscope approach: I'd rather create
tests for what I actually want to test than test *any single method*
of my classes.
[1] http://readthedocs.org/docs/nose/en/latest/index.html
Original comment by arcimbo...@gmail.com
on 22 Feb 2012 at 9:34
| I personally don't like the pythoscope approach: I'd rather create
| tests for what I actually want to test than test *any single method*
| of my classes.
For clarification: I think Pythoscope might be a way to bootstrap
the test code; after that, we need to write and maintain the tests on
our own...
Original comment by riccardo.murri@gmail.com
on 23 Feb 2012 at 10:58
Original issue reported on code.google.com by
riccardo.murri@gmail.com
on 20 Feb 2012 at 1:49