Features: - Full async API client for Kwork.ru - Pydantic models for type-safe responses - Comprehensive error handling - 93% test coverage CI/CD: - Parallel workflow jobs (lint, test, security) - Ruff for linting and formatting - MyPy for static type checking - pip-audit for security scanning - Pre-commit hooks for code quality
6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
# Kwork.ru credentials for E2E testing
|
|
# Copy this file to .env and fill in your test credentials
|
|
|
|
KWORK_USERNAME=your_test_username
|
|
KWORK_PASSWORD=your_test_password
|