[Biopython-dev] [Bug 2749] New: Proposal: a template for biopython's unittests
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Tue Feb 3 21:57:14 EST 2009
http://bugzilla.open-bio.org/show_bug.cgi?id=2749
Summary: Proposal: a template for biopython's unittests
Product: Biopython
Version: Not Applicable
Platform: All
URL: http://github.com/dalloliogm/bio-test-datasets-
repository/blob/master/templates/biopython/biotest_templ
ate.py
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Documentation
AssignedTo: biopython-dev at biopython.org
ReportedBy: dalloliogm at gmail.com
I have posted here:
-
http://github.com/dalloliogm/bio-test-datasets-repository/blob/master/templates/biopython/biotest_template.py
a draft for a template for biopython's unittests.
The idea is that if you provide a template for writing unittests for biopython,
it will be easier for new developers.
This example, in particular, makes uses of nose, and it has example of global
fixtures (the two setUpAll and tearDownAll methods).
It could be adapted for being used without nose, but it will be more difficult
to understand.
--
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Biopython-dev
mailing list