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
Christoph Zwerschke
9e7e08d48a
Make Graphene compatible with Core 3.2
2022-05-07 00:50:03 +02:00
Daniel Gallagher
086f9dda99
Run black formatter via pre-commit on all files
2018-07-06 12:09:23 -07:00
Syrus Akbary
f1624af08a
Fixed Flake issues
2017-07-12 21:45:06 -07:00
Syrus Akbary
6321c52bd2
Fixed Connection tests
2017-07-12 21:21:16 -07:00
Syrus Akbary
dfcd7f2563
First version of the Graphene test client and snapshots 💪
2017-04-09 21:08:35 -07:00
Eran Kampf
344d85c19e
fix tests
2016-10-27 10:37:52 -07:00
Syrus Akbary
6bd03d59d7
Added clientMutationId field to relay.ClientIDMutation. Fixed #300
2016-09-21 19:06:47 -07:00
Syrus Akbary
630556004a
Revert "Fixed starwars relay tests schema representation"
...
This reverts commit c54b495b16
.
2016-09-08 21:03:18 -07:00
Syrus Akbary
c54b495b16
Fixed starwars relay tests schema representation
2016-09-08 20:32:24 -07:00
Syrus Akbary
7804f10732
Added ClientIDMutation. All examples working 💪
2016-08-13 23:00:25 -07:00
Syrus Akbary
d46e957863
Improved syntax. Added autolinter. Added automatic flake8 checker in tests. Fixed #17
2015-10-31 14:02:22 -07:00
Syrus Akbary
3bc0f5f8eb
Moved all the examples from tests to examples
2015-10-27 23:56:24 -07:00