Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doctests out of sync - failing CI tests #278

Open
2 tasks
ejmolinelli opened this issue Mar 6, 2025 · 0 comments
Open
2 tasks

Doctests out of sync - failing CI tests #278

ejmolinelli opened this issue Mar 6, 2025 · 0 comments
Labels

Comments

@ejmolinelli
Copy link
Contributor

Motivation

Doctests are failing for ontology_parser.py. Docstrings should be updated to reflect true outcomes. The source of the issue is that doctests were written against older ontology (cog) versions. Changes to the underlying ontologies (or the API) likely change the expected output.

Definition of Done

  • all doctests in ontology_parser.py pass.

Tasks

Detail the specific tasks that can be used to accomplish the desired changes.
If detailed steps cannot be provided at this time, please file a Tech Proposal instead.

  • manually update the doctests and ensure the results match the current state of the ontologies
  • BONUS: make the doctests procedural so that they always conform to the latest ontologies.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant