graphene/examples
Florian Zimmermann 48678afba4
fix: run the tests in python 3.12 and 3.13 and remove snapshottest dependency (#1572)
* actually run the tests in python 3.12 and 3.13

* remove snapshottest from the example tests

so that the tests pass in 3.12 and 3.13 again

* remove the section about snapshot testing from the testing docs

because the snapshottest package doesn't work on Python 3.12 and above

* fix assertion for badly formed JSON input on Python 3.13

* fix deprecation warning about datetime.utcfromtimestamp()
2024-08-08 11:49:26 +02:00
..
starwars fix: run the tests in python 3.12 and 3.13 and remove snapshottest dependency (#1572) 2024-08-08 11:49:26 +02:00
starwars_relay fix: run the tests in python 3.12 and 3.13 and remove snapshottest dependency (#1572) 2024-08-08 11:49:26 +02:00
__init__.py Moved all the examples from tests to examples 2015-10-27 23:56:24 -07:00
complex_example.py Fixed examples, make root object explicit inside resolvers and… (#1159) 2020-03-15 18:52:56 +00:00
context_example.py Fixed examples, make root object explicit inside resolvers and… (#1159) 2020-03-15 18:52:56 +00:00
simple_example.py CI: format check using Ruff (#1557) 2024-06-28 15:05:04 +02:00