Skip to content

obo version mismatch? #387

@pgarrett-scripps

Description

@pgarrett-scripps

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions