https://github.com/adamchainz/inline-snapshot-django
Extensions for using inline-snapshot to test Django projects.
https://github.com/adamchainz/inline-snapshot-django
django inline-snapshot pytest
Last synced: 4 months ago
JSON representation
Extensions for using inline-snapshot to test Django projects.
- Host: GitHub
- URL: https://github.com/adamchainz/inline-snapshot-django
- Owner: adamchainz
- License: mit
- Created: 2025-06-03T16:07:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-04T22:54:56.000Z (4 months ago)
- Last Synced: 2025-06-16T00:36:31.254Z (4 months ago)
- Topics: django, inline-snapshot, pytest
- Language: Python
- Homepage: https://inline-snapshot-django.readthedocs.io/
- Size: 120 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
======================
inline-snapshot-django
======================.. image:: https://img.shields.io/readthedocs/inline-snapshot-django?style=for-the-badge
:target: https://inline-snapshot-django.readthedocs.io/en/latest/.. image:: https://img.shields.io/github/actions/workflow/status/adamchainz/inline-snapshot-django/main.yml.svg?branch=main&style=for-the-badge
:target: https://github.com/adamchainz/inline-snapshot-django/actions?workflow=CI.. image:: https://img.shields.io/badge/Coverage-100%25-success?style=for-the-badge
:target: https://github.com/adamchainz/inline-snapshot-django/actions?workflow=CI.. image:: https://img.shields.io/pypi/v/inline-snapshot-django.svg?style=for-the-badge
:target: https://pypi.org/project/inline-snapshot-django/.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge
:target: https://github.com/psf/black.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=for-the-badge
:target: https://github.com/pre-commit/pre-commit
:alt: pre-commit----
Extensions for using `inline-snapshot `__ to test `Django `__ projects.
Documentation
-------------Please see https://inline-snapshot-django.readthedocs.io/.