An open API service indexing awesome lists of open source software.

https://github.com/trallnag/testbench-tuna

Personal testbench for trying out stuff
https://github.com/trallnag/testbench-tuna

poetry python release-please testbench

Last synced: 2 months ago
JSON representation

Personal testbench for trying out stuff

Awesome Lists containing this project

README

          

# Testbench Tuna

[![pypi package](https://badge.fury.io/py/testbench-tuna.svg)](https://pypi.python.org/pypi/testbench-tuna/)
[![python](https://img.shields.io/pypi/pyversions/testbench-tuna.svg)](https://pypi.python.org/pypi/testbench-tuna)
[![downloads](https://pepy.tech/badge/testbench-tuna)](https://pepy.tech/project/testbench-tuna)
[![codecov](https://codecov.io/gh/trallnag/testbench-tuna/branch/trunk/graph/badge.svg?token=400YFJSVG7)](https://codecov.io/gh/trallnag/testbench-tuna)

Personal testbench where I try out things.

- Python app, not meant to be used as a library.
- Web application using [FastAPI](https://fastapi.tiangolo.com/)
- For testing [pytest](https://docs.pytest.org/) is used.
- Release Management with
[Release Please](https://github.com/googleapis/release-please). Focused on
simple manual release process with the option add custom info to a release and
the changelog before performing a release. Balance between full automation
with something like semantic-release and manual release creation via the
GitHub UI.
- Pre-commit stuff. Code coverage with CodeCov. Poetry.
- ...

Random links and references:

-
-