Skip to main content

A wrapper for commands to be run as periodic tasks while reporting on their results/errors to legiond. Intended to be integrated with supervisord, should work well with systemd in theory.

Project description

Testudo

A wrapper for commands to be run as periodic tasks while reporting on their results/errors to legiond. Intended to be integrated with supervisord, should work well with systemd in theory.

Setup & Usage

Installation

testudo can be easily installed with pip:

pip3 install testudo

Configuration

TODO

Usage

The key reference for using testudo is:

testudo --help

Development

Standards

  • Be excellent to each other
  • Code coverage must be at 100% for all new code, or a good reason must be provided for why a given bit of code is not covered.
    • Example of an acceptable reason: "There is a bug in the code coverage tool and it says its missing this, but its not".
    • Example of unacceptable reason: "This is just exception handling, its too annoying to cover it".
  • The code must pass the following analytics tools. Similar exceptions are allowable as in rule 2.
    • pylint --disable=C0103,C0111,W1203,R0903,R0913 --max-line-length=120 testudo
    • flake8 --max-line-length=120 ...
    • mypy --ignore-missing-imports --follow-imports=skip --strict-optional ...
  • All incoming information from users, clients, and configurations should be validated.
  • All internal arguments passing should be typechecked whenever possible with typeguard.typechecked

Development Setup

Using pdm install from inside the repo directory:

pdm install

This will set up a virtualenv which you can always run specific commands with pdm run ....

Development

Testing

All testing should be done with pytest which is installed with the --dev requirements (pdm --dev install ...).

To run all the unit tests, execute the following from the repo directory:

pdm run pytest

This should produce a coverage report in /path/to/dewey-api/htmlcov/

While developing, you can use watchexec to monitor the file system for changes and re-run the tests:

watchexec -r -e py,yaml pdm run pytest

To run a specific test file:

pdm run pytest tests/unit/test_cli.py

To run a specific test:

pdm run pytest tests/unit/test_cli.py::test_cli_basics

For more information on testing, see the pytest.ini file as well as the documentation.

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

testudo-0.2.0.tar.gz (23.2 kB view details)

Uploaded Source

Built Distribution

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

testudo-0.2.0-py3-none-any.whl (21.0 kB view details)

Uploaded Python 3

File details

Details for the file testudo-0.2.0.tar.gz.

File metadata

  • Download URL: testudo-0.2.0.tar.gz
  • Upload date:
  • Size: 23.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.10

File hashes

Hashes for testudo-0.2.0.tar.gz
Algorithm Hash digest
SHA256 1ba2bf00231b2a139c076688333666e565961a5f137efcbebb96624b9c7c73dc
MD5 03b7b3c0a846c01eeee685275515834f
BLAKE2b-256 395130d097f556917ba30ea4960c330a4883b44f4856bb970b977d0da8ca0b40

See more details on using hashes here.

File details

Details for the file testudo-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: testudo-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.10

File hashes

Hashes for testudo-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9ef14cedec58d228cab875253bfaa1e75275065e3eb5133283efe2f7e6033c47
MD5 c62245229e49bfb4214719da81a2a624
BLAKE2b-256 95fde6862f5d33f92dcf4595305682b9fb2bfe684c665d02c56f3ab0c9a26ddb

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