# .env file for developmentAWS_ENDPOINT_URL=http://localhost:4566AWS_REGION=us-east-1AWS_ACCESS_KEY_ID=testAWS_SECRET_ACCESS_KEY=testLOCALSTACK_HOST=localhost:4566
# Run all testsuv run pytest# Run with coverageuv run pytest --cov=asyncmcp --cov-report=html# Run specific markersuv run pytest -m unituv run pytest -m integration# Run specific test moduleuv run pytest tests/sqs/test_integration.py# Run tests with specific markersuv run pytest -m integrationuv run pytest -m unit