mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/WECENG/ticket-purchase.git
synced 2026-09-20 08:04:02 +08:00
- Migrated from requirements.txt to Poetry for dependency management - Added pytest, pytest-cov, and pytest-mock as dev dependencies - Configured pytest with coverage reporting (80% threshold) - Created test directory structure with unit/integration separation - Added comprehensive pytest fixtures in conftest.py - Created validation tests to verify infrastructure setup - Updated .gitignore with testing and Claude-specific entries - Configured Poetry scripts for running tests
443 B
443 B
CLAUDE.md
This file contains project-specific context and instructions for Claude.
Project Overview
Python project for ticket purchasing automation on Damai.com
Testing Commands
- Run tests:
poetry run testorpoetry run tests - Run with coverage:
poetry run pytest --cov
Development Guidelines
- Use Poetry for dependency management
- Follow pytest conventions for test organization
- Maintain 80% test coverage threshold