Skip to main content

No project description provided

Project description

wexample-filestate-javascript

Version: 0.0.15

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_javascript-0.0.15.tar.gz (6.7 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_javascript-0.0.15-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

Details for the file wexample_filestate_javascript-0.0.15.tar.gz.

File metadata

File hashes

Hashes for wexample_filestate_javascript-0.0.15.tar.gz
Algorithm Hash digest
SHA256 0bd5bb860f1a0e6244c5d326132ccf80ffc70be93aa1828fdf392c32d8ace0b8
MD5 fcb0e1ab33f9b0621538e5e5ac836420
BLAKE2b-256 b60deb0eb7edc68224dc1e02af74b13cb041ef29a027a8f9039631bb5a203617

See more details on using hashes here.

File details

Details for the file wexample_filestate_javascript-0.0.15-py3-none-any.whl.

File metadata

File hashes

Hashes for wexample_filestate_javascript-0.0.15-py3-none-any.whl
Algorithm Hash digest
SHA256 b428d5aa9110279de58ca4305c8e2efa0b853d5c11b3b74e482d336577cf2e92
MD5 bf5eb54169e627f568503a65ac445a31
BLAKE2b-256 10a4f4fbae7dc892d8e7a5c27ee0c10b7d5e1f055fb69410389c4a1854569d4a

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