Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Binary file added pymzml/obo/psi-ms-4.1.180.obo.gz
Binary file not shown.
Binary file modified pymzml/obo/psi-ms-4.1.79.obo.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/obo_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_version(self):
for fn in self.obo_files:
v = self._get_file_version(os.path.join(self.obodir, fn))
_v = fn[7:-7].strip()
yield self._check_version, v, _v
self._check_version(v, _v)


if __name__ == "__main__":
Expand Down