Skip to content

Convert test_loaders.py to pytest format #434

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vladistan
Copy link
Contributor

  • Convert setUpClass to pytest module-scoped fixture
  • Convert 6 test methods to standalone functions
  • Convert unittest.skipIf to pytest.mark.skip
  • Convert unittest.SkipTest to pytest.skip
  • Reuse loader_test helper function from test_loaders_pydantic
  • Preserve RDF loader functionality and context server setup

@vladistan vladistan force-pushed the convert-test-loaders-to-pytest branch from 399d8f6 to 7bc1cd3 Compare August 1, 2025 16:42
- Convert setUpClass to pytest module-scoped fixture
- Convert 6 test methods to standalone functions
- Convert unittest.skipIf to pytest.mark.skip
- Convert unittest.SkipTest to pytest.skip
- Reuse loader_test helper function from test_loaders_pydantic
- Preserve RDF loader functionality and context server setup
@vladistan vladistan force-pushed the convert-test-loaders-to-pytest branch from 7bc1cd3 to 294c116 Compare August 5, 2025 00:33
@ialarmedalien
Copy link
Collaborator

Apart from fixing the test failures, does this need extra work before being moved out of draft status?

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.

2 participants