Skip to content

Add Python test-function discovery miner (#127)#143

Merged
Dimwiddle merged 1 commit intofeature/discovery-layerfrom
feature/discovery-layer-127-python-test-miner
Mar 6, 2026
Merged

Add Python test-function discovery miner (#127)#143
Dimwiddle merged 1 commit intofeature/discovery-layerfrom
feature/discovery-layer-127-python-test-miner

Conversation

@Dimwiddle
Copy link
Contributor

@Dimwiddle Dimwiddle commented Mar 6, 2026

Description

Implement the Python discovery miner for test functions, including typed metadata extraction, framework-aware confidence, and parse-failure resilience. This wires the miner into default discovery execution and documents the behavior in the discovery feature spec.

Type of Change

  • New feature (non-breaking change that adds functionality)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have added tests that prove my feature works
  • New and existing unit tests pass locally with my changes

Testing

  • ruff check src/ tests/ examples/
    All checks passed!
    mypy src/
    Success: no issues found in 83 source files
    black --check src/ tests/ examples/
  • pytest tests/ -v -rs

Related Issues

Closes #127

@Dimwiddle Dimwiddle merged commit e7d6c77 into feature/discovery-layer Mar 6, 2026
1 check passed
@Dimwiddle Dimwiddle deleted the feature/discovery-layer-127-python-test-miner branch March 6, 2026 21:31
@Dimwiddle Dimwiddle linked an issue Mar 6, 2026 that may be closed by this pull request
10 tasks
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.

Discovery miner: Python test functions (pytest, unittest)

1 participant