![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
anfema-django-testutils
Advanced tools
Testrunner for django which covers html report and code coverage
The main intention of the anfema_django_testutils
app is to provide a Django test runner which considers
snapshot tests as well as code coverage and human-readable html test reports. Moreover, the test result
Precondition Failure
has been added.
This package integrates snapshottest as well as coverage.
anfema_django_testutils
is officially supported on:
$ pip install anfema-django-testutils
Update your Django settings.py
to use the anfema_django_testutils
test runner:
# settings.py
INSTALLED_APPS = [
...
"mathfilters",
"anfema_django_testutils",
]
TEST_RUNNER = "anfema_django_testutils.runner.TestRunner"
For further information see the anfema_django_testutils
documentation.
For writing test cases use the anfema_django_testutils.testcases.TestCase
rather than the django.test.TestCase
:
# app/tests.py
from anfema_django_testutils.testcases import TestCase
class CustomTest(TestCase):
...
To generate the anfema_django_testutils
documentation from the local sources, run in a terminal:
$ pip install tox
$ tox -e docs -- docs/build
To execute the anfema_django_testutils
tests, run in a terminal:
$ pip install tox
$ tox
Licensed under the MIT-clause license; see LICENSE
for details.
FAQs
Testrunner for django which covers html report and code coverage
We found that anfema-django-testutils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.