mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-11-01 08:27:38 +03:00
* Added GraphQLTransactionTestCase - Adds support for testing code that is executed within a transaction Reference: https://docs.djangoproject.com/en/3.1/topics/testing/tools/#django.test.TransactionTestCase ``` For instance, you cannot test that a block of code is executing within a transaction, as is required when using select_for_update(). In those cases, you should use TransactionTestCase. ``` * Update testing.py * Update testing.py * Fixed formatting. * Updated docs. * Updated test. * Update testing.rst |
||
|---|---|---|
| .. | ||
| _static | ||
| authorization.rst | ||
| conf.py | ||
| debug.rst | ||
| extra-types.rst | ||
| fields.rst | ||
| filtering.rst | ||
| index.rst | ||
| installation.rst | ||
| introspection.rst | ||
| Makefile | ||
| mutations.rst | ||
| queries.rst | ||
| requirements.txt | ||
| schema.py | ||
| schema.rst | ||
| settings.rst | ||
| subscriptions.rst | ||
| testing.rst | ||
| tutorial-plain.rst | ||
| tutorial-relay.rst | ||