Better Test Preview
Better Test Preview is a FastAPI application that allows you to run and preview test results in a web interface.
Installation
To install the package, use:
pip install better-test-preview
Usage
Import packages:
from fastapi import FastAPI
from better_test_preview.better_test_preview import main
app = FastAPI()
app.include_router(main.router, prefix="/tests")
And you are done! Now you can run your tests and see the results in the web interface.
The source code is available on GitHub.
Release files for better-test-preview 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| better_test_preview-0.1.1.tar.gz | 117.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| better_test_preview-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 127.7 kB
Release files / better_test_preview-0.1.1.tar.gz
| Download URL | better_test_preview-0.1.1.tar.gz |
|---|---|
| Size | 117.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d75f3d1c354279f16f1cfbe85c09128861052d2b5398dfea6dc2b23ce62b9058
|
|
BLAKE2b-256 checksum How to use checksums |
61f8a9d32435dd82b483415678ccf2f592d07195d8122597105fdc0421479e13
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.6
|
Release files / better_test_preview-0.1.1-py3-none-any.whl
| Download URL | better_test_preview-0.1.1-py3-none-any.whl |
|---|---|
| Size | 10.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3ee1d01e1822fd89cc9f461dbe6e06294b87dae734494db4ceb43459e7c9e089
|
|
BLAKE2b-256 checksum How to use checksums |
d0f0d1d009df5c133225c9fd3576b80f99a34cf181017ccc54409dccf31cf78e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.6
|