Skip to content

Add pytest collection configuration - #33

Draft
binrogithub wants to merge 1 commit into
masterfrom
codex/add-pytest-configuration-in-pyproject.toml
Draft

Add pytest collection configuration#33
binrogithub wants to merge 1 commit into
masterfrom
codex/add-pytest-configuration-in-pyproject.toml

Conversation

@binrogithub

Copy link
Copy Markdown
Owner

Motivation

  • Provide a repository-level pytest configuration to scope test discovery to tests and prevent pytest from importing code under client/, frontend/, and utils/ during collection.

Description

  • Add a pyproject.toml at the repo root with [tool.pytest.ini_options] setting testpaths = ["tests"], python_files = ["test_*.py"], and norecursedirs including client, frontend, utils, and other common build/virtualenv directories.

Testing

  • No automated tests were executed as part of this change.

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant