🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

djaport

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djaport

Django test utility for generating HTML test reports

0.1.0
PyPI
Maintainers
1

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

Keywords

django

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts