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

Migrate more tests to pytest #1806

Merged
merged 5 commits into from Apr 13, 2022
Merged

Migrate more tests to pytest #1806

merged 5 commits into from Apr 13, 2022

Conversation

ghost
Copy link

@ghost ghost commented Apr 12, 2022

Summary of changes

Continued migration of unittests to pytest. I've changed my approach to follow @aucampia's lead, acknowledging that retaining the UnitTest class structure makes changes far more readily apparent. We're not done with test re-org yet (blacking in prospect) so the UnitTest structure can be removed at a later stage.

Checklist

  • Checked that there aren't other open pull requests for the same change.
  • Added tests for any changes that have a runtime impact.
  • Checked that all tests and type checking passes.
  • Considered granting push permissions to the PR branch,
    so maintainers can fix minor issues and keep your PR up to date.

Copy link
Member

@aucampia aucampia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @gjhiggins - PR looks great, and as easy to review as such a thing can be. Will merge tomorrow morning (CET) if there is no further feedback.

Copy link
Member

@aucampia aucampia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked latest changes to remove unittest, looks good, also double checked test coverage and count and all looks fine.

@aucampia aucampia merged commit e19e1cc into RDFLib:master Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant