Skip to main content

Some python basic helpers.

Project description

wexample-filestate-dev

Version: 0.0.52

Some python basic helpers.

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_filestate_dev-0.0.52.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

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

wexample_filestate_dev-0.0.52-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file wexample_filestate_dev-0.0.52.tar.gz.

File metadata

  • Download URL: wexample_filestate_dev-0.0.52.tar.gz
  • Upload date:
  • Size: 2.3 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_filestate_dev-0.0.52.tar.gz
Algorithm Hash digest
SHA256 076ebe9882c60bfc1b24a579e66c01d22b5e36809a6e5d1ed9a3b8f4d6206152
MD5 71873e39b319b54e4d6a7fa8faa61f17
BLAKE2b-256 e57eb475f0914b41e3c20da5d44874076d432ed4ff93d60cf787d5efef3859d0

See more details on using hashes here.

File details

Details for the file wexample_filestate_dev-0.0.52-py3-none-any.whl.

File metadata

File hashes

Hashes for wexample_filestate_dev-0.0.52-py3-none-any.whl
Algorithm Hash digest
SHA256 af63fee570ccdf7d0cd30ba67d77bdb9f87f4079919b78099186ce31b8dcc580
MD5 0e2188bce2e3b65112f26a139bdf06ca
BLAKE2b-256 ebf80dccd4b49462c0d9dc450c69a71a380ef3b11159bf6993e1037f027315e1

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