-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
Some of the obo tests don't seem to be doing anything:
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
Fixing this with:
self._check_version(v, _v)
Results in errors:
def _check_version(self, a, b):
> assert a == b
E AssertionError: assert '4.1.180' == '4.1.79'
E
E - 4.1.79
E + 4.1.180
Metadata
Metadata
Assignees
Labels
No labels