1
0
Fork 0
docker-easy-haproxy/tests_e2e
Joao Gilberto Magalhaes f463020e3e Refactor and consolidate E2E test utilities and fixtures
- Introduced `utils.py` for shared test utility functions (e.g., JWT generation, pod readiness checks, etc.).
- Added shared pytest fixtures in `conftest.py`, eliminating redundancy across Kubernetes and Docker Compose tests.
- Replaced inline test logic with reusable helper functions for Kubernetes configuration validation and resource readiness.
- Updated tests to leverage new consolidated functionality for better maintainability and clarity.
- Removed outdated, duplicate code in test files, aligning with new utilities and fixture structure.
2026-02-12 17:55:09 -05:00
..
docker Migrate examples to tests_e2e directory structure 2026-02-12 17:05:04 -05:00
fixtures/header-echo Migrate examples to tests_e2e directory structure 2026-02-12 17:05:04 -05:00
kubernetes Migrate examples to tests_e2e directory structure 2026-02-12 17:05:04 -05:00
static Migrate examples to tests_e2e directory structure 2026-02-12 17:05:04 -05:00
swarm Migrate examples to tests_e2e directory structure 2026-02-12 17:05:04 -05:00
conftest.py Refactor and consolidate E2E test utilities and fixtures 2026-02-12 17:55:09 -05:00
generate-keys.sh Migrate examples to tests_e2e directory structure 2026-02-12 17:05:04 -05:00
test_docker_compose.py Refactor and consolidate E2E test utilities and fixtures 2026-02-12 17:55:09 -05:00
test_kubernetes.py Refactor and consolidate E2E test utilities and fixtures 2026-02-12 17:55:09 -05:00
utils.py Refactor and consolidate E2E test utilities and fixtures 2026-02-12 17:55:09 -05:00