Django test utility for generating HTML test reports
Project description
Djaport (Reports for tests in Django)
A package that will allow you to generate test reports of the tests that you have added in Django project.
You can track test by simply adding the following annotation in your test file:
@tag('<tag-name>')
@djaport_test(
category='<test-category>',
author='<author-name>',
description='<description>'
)
and run your test like:
python manage.py test --testrunner=djaport.runner.CustomTestRunner
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
djaport-0.1.0.tar.gz
(13.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
djaport-0.1.0-py3-none-any.whl
(14.0 kB
view details)
File details
Details for the file djaport-0.1.0.tar.gz.
File metadata
- Download URL: djaport-0.1.0.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7d8f181c48f4632fb64426310c07d1c3a6163df26cad41efa033de08ae4e288
|
|
| MD5 |
4504061fbff2d11b4587e1c86f0c1047
|
|
| BLAKE2b-256 |
6f294e92da0cd49d70c54c4a3de58f1df4642e3d7833bd37ad221b7b545afe9e
|
File details
Details for the file djaport-0.1.0-py3-none-any.whl.
File metadata
- Download URL: djaport-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70a439faa29623b1d9d345eac016d88c1166ad1bbad1ad5e011ffaf4c132b6a8
|
|
| MD5 |
ab56761db0ae483489c04287ff7a7e55
|
|
| BLAKE2b-256 |
42419333ce436c833241fddbd846fcf7654454fa193b9e93a9c600c5df95beed
|