Skip to content

Add pytest test runner script - #32

Draft
binrogithub wants to merge 1 commit into
masterfrom
codex/verify-local-tests-with-pytest
Draft

Add pytest test runner script#32
binrogithub wants to merge 1 commit into
masterfrom
codex/verify-local-tests-with-pytest

Conversation

@binrogithub

Copy link
Copy Markdown
Owner

Motivation

  • Provide a simple, reusable wrapper to run the project's test suite with pytest.

Description

  • Add an executable scripts/test.sh that sets set -euo pipefail and invokes python -m pytest -q.

Testing

  • Ran python -m pytest -q; test collection failed in this environment due to legacy Python 2 dependencies and missing mod_python, producing errors including ModuleNotFoundError: No module named 'mod_python', ValueError: Python 2.x version 2.4 or better is required, and a SyntaxError for the legacy except Exception, e syntax.

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