clu 27205022a5
Some checks failed
Test before pr merge / test-lint (pull_request) Successful in 8s
Test before pr merge / test (pull_request) Failing after 36s
test(core): extend coverage — console, errors, log, service, time, benchmark
Add missing test modules for previously untested core areas:
- console: ForegroundColorEnum, BackgroundColorEnum, Console methods
- errors: dependency_error, module_dependency_error
- log: LogLevel ordering/values, LogSettings, Logger (should_log, format, file write, fatal)
- service: HostedService, StartupTask, CronjobABC (start/stop/loop/task cancellation)
- time: TimeFormatSettings properties and setters
- utils: Benchmark.time / .memory / .all call-count and output

Also fix existing test files: environment cleanup, cron exception specificity,
json_processor kwargs bug doc, configuration_model_abc to_dict bug doc.
All 199 tests pass, black clean.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 19:34:52 +02:00
2026-01-16 16:27:32 +01:00
2025-10-22 11:40:25 +02:00
2026-04-13 18:43:12 +02:00
2025-09-23 23:34:45 +02:00
2025-09-15 18:17:23 +02:00
2025-12-10 23:21:52 +01:00
2026-01-16 16:20:41 +01:00
2022-12-25 12:05:02 +01:00
2026-01-16 16:07:09 +01:00
2025-10-19 19:16:39 +02:00

Prepare for development

After cloning the repository, run the following commands to set up your development environment:

python -m venv .venv
source .venv/bin/activate
# On Windows use `.venv\Scripts\activate`
# On Windows with git bash use `source .venv/Scripts/activate`
bash install.sh

Install cpl-cli as a development package:

pip install -e src/core
pip install -e src/cli
# test with:
cpl v

When using Pycharm, mark all directories under src/ as "Sources Root" and exa to ensure proper module resolution.

Description
Common Python Library
Readme MIT 111 MiB
2022.12.1 Latest
2022-12-07 19:42:56 +01:00
Languages
Python 99.4%
Shell 0.3%
PLpgSQL 0.3%