Skip to main content

No project description provided

Project description

syrtis-python-client

Version: 0.0.20

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

syrtis_python_client-0.0.20.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

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

syrtis_python_client-0.0.20-py3-none-any.whl (16.4 kB view details)

Uploaded Python 3

File details

Details for the file syrtis_python_client-0.0.20.tar.gz.

File metadata

  • Download URL: syrtis_python_client-0.0.20.tar.gz
  • Upload date:
  • Size: 8.6 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 syrtis_python_client-0.0.20.tar.gz
Algorithm Hash digest
SHA256 9041fede871816caf158e67c8be6df771c1798975de142d24b4af0300a2fbf61
MD5 4a7f23b7091fa0cdcec1e4746b1145e8
BLAKE2b-256 e95b624fa64c445aba8dd91d007a7a94f5a8369f50bea577d5d65d45ccf8496e

See more details on using hashes here.

File details

Details for the file syrtis_python_client-0.0.20-py3-none-any.whl.

File metadata

File hashes

Hashes for syrtis_python_client-0.0.20-py3-none-any.whl
Algorithm Hash digest
SHA256 b03d56a6c41b3f2741b76fb25aece734ea9c0dd44031cdb63d049c3a3fe1b0cd
MD5 70f1d44228b99427c3ca1c5d762fdec7
BLAKE2b-256 da0effe9ff12024df9a41a1238e137bf392bb87dcebb43b2f87fe25228b4b2d5

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