Skip to content

Improve integration tests#196

Merged
iansrobinson merged 2 commits intomainfrom
fix-integration-tests
Apr 15, 2026
Merged

Improve integration tests#196
iansrobinson merged 2 commits intomainfrom
fix-integration-tests

Conversation

@iansrobinson
Copy link
Copy Markdown
Contributor

Issue #, if available:

Description of changes:

  • Moved test data into source-data subdirectory.
  • Updated build-tests.sh to get version info from pyproject.toml and write to a _version.py file.
  • Updated test_suite.py to get version info from 'graphrag-lexical-graph' metadata, or _version.py, or return 'unknown'.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.


try:
return importlib.metadata.version('graphrag-toolkit-lexical-graph')
return importlib.metadata.version('graphrag-lexical-graph')
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

🤔 Good catch.

@iansrobinson iansrobinson merged commit d5bdd1f into main Apr 15, 2026
3 checks passed
@iansrobinson iansrobinson deleted the fix-integration-tests branch April 16, 2026 07:44
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.

3 participants