Re: Additional unit tests for biopython modules
Peter Cock <[email protected]> Mon, 13 Mar 2017 23:16:52 +0000
| Newsgroups | gmane.comp.python.bio.devel |
|---|---|
| Message-ID | <CAKVJ-_7PAetB0cYQHifxxHS+6q=qrxjt4ry0STBk3bN2tjH4BA@mail.gmail.com> |
Hello Maximilian, You can get a good idea of the current code coverage via: https://codecov.io/github/biopython/biopython/ However, this is based on running the current tested on TravisCI where we deliberately do not run the online tests, and also do not have all the possible dependencies installed (e.g. Bio.PopGen looks bad because of that). I'd like to integrate our buildbot test setup into codecov, see eg https://github.com/codecov/support/issues/268 as these machines can more easily have dependencies installed, and currently run the network tests once a week: http://testing.open-bio.org/biopython/ One special case you might look at is moving existing self-tests at the end of files into the main test suite: https://github.com/biopython/biopython/issues/820 Peter On Mon, Mar 13, 2017 at 7:22 PM, <[email protected]> wrote: > Dear Ladies and Gentlemen of the Biopython project, > > my name is Maximilian Greil and I would like to contribute to the Biopython > project. > On the website 'http://biopython.org/wiki/Contributing' under 'Finding a > project' it is stated that some of the biopython modules still only have > partial unit test coverage and are in need of more unit tests. > I would like to write missing unit tests for biopython modules but as a > biopython beginner I don't know which of the modules I should begin with. > Can someone of the more experienced biopython users please tell me which > biopython modules are suitable for a biopython beginner to write some unit > tests? > > Kind regards, > Maximilian Greil > > _______________________________________________ > Biopython-dev mailing list > [email protected] > http://mailman.open-bio.org/mailman/listinfo/biopython-dev