Commit Graph

6 Commits

Author SHA1 Message Date
Tal Einat cae324434d added C extensions and changed to single-source code 2014-04-19 01:31:32 +03:00
Tal Einat cec57e693f added common.count_different_items_with_max(seq1, seq2, max_different) 2014-04-15 14:29:42 +03:00
Tal Einat 8ba0cc8dc3 got tox to run 2to3 on tests before running them with Python 3.x 2014-03-28 10:48:17 +03:00
Tal Einat aea33df10e added support for searching Biopython Seq objects
also added some tests for search_exact
2014-03-27 15:31:20 +02:00
Tal Einat af89a6681b avoid using TestCase.assertItemsEqual()
The reason is that it is not avialable in the stdlib's unittest.
2014-03-14 13:06:12 +02:00
Tal Einat a098e33697 bugfix: fixed bug in common.group_matches() 2014-03-14 12:38:47 +02:00