|
8 | 8 | <a href="https://www.paypal.com/ncp/payment/6G9Z78QHUD4RJ"><img src="https://img.shields.io/badge/Donate-PayPal-brightgreen.svg?style=plastic" alt="Donate"/></a> |
9 | 9 | <a href="https://github.com/sponsors/ddc"><img src="https://img.shields.io/static/v1?style=plastic&label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=ff69b4" alt="Sponsor"/></a> |
10 | 10 | <br> |
11 | | - <a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg?style=plastic" alt="Code style: black"/></a> |
12 | | - <a href="https://github.com/astral-sh/uv"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json?style=plastic" alt="uv"/></a> |
13 | | - <a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json?style=plastic" alt="Ruff"/></a> |
14 | | - <br> |
15 | | - <a href="https://www.python.org/downloads"><img src="https://img.shields.io/pypi/pyversions/pythonLogs.svg?style=plastic&logo=python&cacheSeconds=3600" alt="Python"/></a> |
16 | 11 | <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg?style=plastic" alt="License: MIT"/></a> |
17 | 12 | <a href="https://pepy.tech/projects/pythonLogs"><img src="https://static.pepy.tech/badge/pythonLogs?style=plastic" alt="PyPI Downloads"/></a> |
18 | 13 | <a href="https://pypi.python.org/pypi/pythonLogs"><img src="https://img.shields.io/pypi/v/pythonLogs.svg?style=plastic&logo=python&cacheSeconds=3600" alt="PyPi"/></a> |
19 | 14 | <br> |
| 15 | + <a href="https://www.python.org/downloads"><img src="https://img.shields.io/pypi/pyversions/pythonLogs.svg?style=plastic&logo=python&cacheSeconds=3600" alt="Python"/></a> |
| 16 | + <a href="https://github.com/astral-sh/uv"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json?style=plastic" alt="uv"/></a> |
| 17 | + <a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json?style=plastic" alt="Ruff"/></a> |
| 18 | + <br> |
20 | 19 | <a href="https://github.com/ddc/pythonLogs/issues"><img src="https://img.shields.io/github/issues/ddc/pythonLogs?style=plastic" alt="issues"/></a> |
21 | 20 | <a href="https://codecov.io/gh/ddc/pythonLogs"><img src="https://codecov.io/gh/ddc/pythonLogs/graph/badge.svg?token=XWB53034GI&style=plastic" alt="codecov"/></a> |
22 | 21 | <a href="https://sonarcloud.io/dashboard?id=ddc_pythonLogs"><img src="https://sonarcloud.io/api/project_badges/measure?project=ddc_pythonLogs&metric=alert_status&style=plastic" alt="Quality Gate Status"/></a> |
|
40 | 39 | - [Environment Variables](#env-variables-optional) |
41 | 40 | - [Settings Cache Management](#settings-cache-management) |
42 | 41 | - [Flexible Configuration Options](#flexible-configuration-options) |
43 | | -- [Development](#development) |
| 42 | +- [Development and Testing](#development-and-testing) |
44 | 43 | - [Create DEV Environment and Running Tests](#create-dev-environment-and-running-tests) |
45 | 44 | - [Update DEV Environment Packages](#update-dev-environment-packages) |
46 | 45 | - [Building Wheel](#building-wheel) |
@@ -349,17 +348,15 @@ RotateWhen.MONDAY # "W0" |
349 | 348 |
|
350 | 349 |
|
351 | 350 |
|
352 | | -# Development |
| 351 | +# Development and Testing |
353 | 352 |
|
354 | 353 | Must have [UV](https://uv.run/docs/getting-started/installation) installed. |
355 | 354 |
|
356 | 355 | ## Create DEV Environment and Running Tests |
357 | 356 |
|
358 | | -> **Note:** All poe tasks automatically run ruff linter along with Black formatting |
359 | | -
|
360 | 357 | ```shell |
361 | 358 | uv sync --all-extras --all-groups |
362 | | -poe test |
| 359 | +poe tests |
363 | 360 | ``` |
364 | 361 |
|
365 | 362 |
|
|
0 commit comments