Skip to content

Add pytest CI, config, and make test target#78

Merged
yehudarav merged 1 commit intomasterfrom
add-pytest-ci
Apr 1, 2026
Merged

Add pytest CI, config, and make test target#78
yehudarav merged 1 commit intomasterfrom
add-pytest-ci

Conversation

@yehudarav
Copy link
Copy Markdown
Collaborator

Summary

  • pytest.ini -- configures test discovery: tests/ dir, verbose output, short tracebacks
  • .github/workflows/tests.yml -- runs tests on push to master and PRs, matrix across Python 3.9, 3.10, 3.11, 3.12
  • Makefile -- added make test and make test-verbose targets

Test plan

  • make test -- 99 passed, 10 xfailed

🤖 Generated with Claude Code

- pytest.ini: configure test discovery (tests/ dir, -v --tb=short)
- .github/workflows/tests.yml: run tests on push to master and PRs,
  matrix across Python 3.9/3.10/3.11/3.12
- Makefile: added 'make test' and 'make test-verbose' targets

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@yehudarav yehudarav merged commit edf0f87 into master Apr 1, 2026
4 checks passed
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