Skip to content

Comments

tests: ignore *-org directories#18

Merged
strimo378 merged 1 commit intomainfrom
codex/run-tests
Jan 10, 2026
Merged

tests: ignore *-org directories#18
strimo378 merged 1 commit intomainfrom
codex/run-tests

Conversation

@strimo378
Copy link
Contributor

Motivation

  • Exclude *-org directories from pytest collection to avoid running third-party or vendored test suites.
  • Limit pytest discovery to the tests/ directory to make runs deterministic and faster.
  • Ensure test runs focus on the repository's tests as requested.

Description

  • Add a root pytest.ini file with testpaths = tests and norecursedirs = *-org.
  • The new configuration file is created at the repository root as pytest.ini.
  • No other source code changes were made.

Testing

  • Ran pytest -n auto -q as the automated test command.
  • All tests passed: 21 passed in 6.94s.

Codex Task

@strimo378 strimo378 merged commit 868a4b3 into main Jan 10, 2026
0 of 2 checks passed
@strimo378 strimo378 deleted the codex/run-tests branch January 10, 2026 20:17
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