Skip to main content

Helpers to manage dict types configurations.

Project description

wexample-config

Version: 0.0.98

Helpers to manage dict types configurations.

Table of Contents

Status & Compatibility

Maturity: Production-ready

Python Support: >=3.10

OS Support: Linux, macOS, Windows

Status: Actively maintained

Tests

This project uses pytest for testing and pytest-cov for code coverage analysis.

Installation

First, install the required testing dependencies:

.venv/bin/python -m pip install pytest pytest-cov

Basic Usage

Run all tests with coverage:

.venv/bin/python -m pytest --cov --cov-report=html

Common Commands

# Run tests with coverage for a specific module
.venv/bin/python -m pytest --cov=your_module

# Show which lines are not covered
.venv/bin/python -m pytest --cov=your_module --cov-report=term-missing

# Generate an HTML coverage report
.venv/bin/python -m pytest --cov=your_module --cov-report=html

# Combine terminal and HTML reports
.venv/bin/python -m pytest --cov=your_module --cov-report=term-missing --cov-report=html

# Run specific test file with coverage
.venv/bin/python -m pytest tests/test_file.py --cov=your_module --cov-report=term-missing

Viewing HTML Reports

After generating an HTML report, open htmlcov/index.html in your browser to view detailed line-by-line coverage information.

Coverage Threshold

To enforce a minimum coverage percentage:

.venv/bin/python -m pytest --cov=your_module --cov-fail-under=80

This will cause the test suite to fail if coverage drops below 80%.

Known Limitations & Roadmap

Current limitations and planned features are tracked in the GitHub issues.

See the project roadmap for upcoming features and improvements.

Useful Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wexample_config-0.0.98.tar.gz (15.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wexample_config-0.0.98-py3-none-any.whl (25.4 kB view details)

Uploaded Python 3

File details

Details for the file wexample_config-0.0.98.tar.gz.

File metadata

  • Download URL: wexample_config-0.0.98.tar.gz
  • Upload date:
  • Size: 15.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: pdm/2.25.9 CPython/3.12.3 Linux/6.8.0-101-generic

File hashes

Hashes for wexample_config-0.0.98.tar.gz
Algorithm Hash digest
SHA256 9d00411295e60dd9b5a350d0db678c00dad3396c49c3df5b13e82fece89c5c48
MD5 20cf9cb80846723c7894def20e35a0b9
BLAKE2b-256 08335c34fdfadc987eb1809a772a828122ce8c2bd34b354bc63db756ce157cb1

See more details on using hashes here.

File details

Details for the file wexample_config-0.0.98-py3-none-any.whl.

File metadata

  • Download URL: wexample_config-0.0.98-py3-none-any.whl
  • Upload date:
  • Size: 25.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: pdm/2.25.9 CPython/3.12.3 Linux/6.8.0-101-generic

File hashes

Hashes for wexample_config-0.0.98-py3-none-any.whl
Algorithm Hash digest
SHA256 2eeea81272f186fe58f5f6d3426347c011360fe9e45fd64d0cea2e04ce9667b0
MD5 2a134cec76ac233ab9cdb3f9eefb5c96
BLAKE2b-256 a321c40af7a5e62d0aaf33deec063175424489e6d4a8af29007a92d0d8c28218

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page