Files
ticket-purchase/CLAUDE.md
llbbl 5e82aac67a feat: Set up comprehensive Python testing infrastructure with Poetry
- 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
2025-06-20 13:46:55 -05:00

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 test or poetry 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