mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-10 19:57:15 +03:00
5cee41407c
* 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 |
||
---|---|---|
.. | ||
issues | ||
__init__.py | ||
forms.py | ||
models.py | ||
mutations.py | ||
schema_view.py | ||
schema.py | ||
test_command.py | ||
test_converter.py | ||
test_fields.py | ||
test_forms.py | ||
test_query.py | ||
test_schema.py | ||
test_types.py | ||
test_utils.py | ||
test_views.py | ||
types.py | ||
urls_inherited.py | ||
urls_pretty.py | ||
urls.py |