Skip to main content

Wex core

Project description

wexample-wex-core

Version: 6.0.68

Wex core

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_wex_core-6.0.68.tar.gz (50.8 kB view details)

Uploaded Source

Built Distribution

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

wexample_wex_core-6.0.68-py3-none-any.whl (88.2 kB view details)

Uploaded Python 3

File details

Details for the file wexample_wex_core-6.0.68.tar.gz.

File metadata

  • Download URL: wexample_wex_core-6.0.68.tar.gz
  • Upload date:
  • Size: 50.8 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_wex_core-6.0.68.tar.gz
Algorithm Hash digest
SHA256 8b951d77d741da3bb9751bbee930e5267d10a149d2298f053f319c6b663eec2e
MD5 7cefcf55720112c51455e94839c9db77
BLAKE2b-256 fcde21db8360b2a6f759e26edfc4e1ef0afffc724b4f446eee6268d275ad2dd4

See more details on using hashes here.

File details

Details for the file wexample_wex_core-6.0.68-py3-none-any.whl.

File metadata

  • Download URL: wexample_wex_core-6.0.68-py3-none-any.whl
  • Upload date:
  • Size: 88.2 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_wex_core-6.0.68-py3-none-any.whl
Algorithm Hash digest
SHA256 f4f7ba1f1181f0e8f12ee03fa7cc6b7383f23089450f1024860070cb253e5150
MD5 ae7e24ca442333f5c31bc3d007578fd0
BLAKE2b-256 8503ed0d42e0ded7e2224e00c8619292b17f254f4b9dcf4365bbd44319fad78e

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