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
Dulmandakh
5924cc4150
remove Python 2 ( #1547 )
...
Co-authored-by: Erik Wrede <erikwrede@users.noreply.github.com>
2024-06-13 16:52:06 +02:00
Adam Johnson
7dd8305bdf
Change deprecated execute() arguments to new ones
...
Changed in https://github.com/graphql-python/graphql-core/pull/185 , the docs here were out of date, as were the tests.
2018-08-29 12:35:44 +03:00
Daniel Gallagher
086f9dda99
Run black formatter via pre-commit on all files
2018-07-06 12:09:23 -07:00
Dan
034b5385a5
Add isort precommit hook & run on all files ( #743 )
...
* Add isort and seed-isort-config pre-commit hook
* Fix erroneous isort moving comment to the top of file
2018-05-28 19:18:54 +01:00
Syrus Akbary
f1624af08a
Fixed Flake issues
2017-07-12 21:45:06 -07:00
Syrus Akbary
b369ccfa08
Updated snapshot files
2017-04-10 04:26:54 -07:00
Syrus Akbary
dfcd7f2563
First version of the Graphene test client and snapshots 💪
2017-04-09 21:08:35 -07:00
Syrus Akbary
0148401c06
Removed executor and middleware from the Schema.
2016-09-20 00:04:41 -07:00
Syrus Akbary
c87d87d1ea
Improved ObjectType fields
2016-06-21 13:09:14 -07:00
Syrus Akbary
c74a75133e
Autolint all the files
2016-06-14 22:29:02 -07:00
Syrus Akbary
397df4ea1a
Moved django and sqlalchemy to own projects
2016-06-10 10:18:22 -07:00
Syrus Akbary
89790e7508
Added Enum type
2016-06-04 14:06:16 -07:00
Syrus Akbary
6c42877758
Improved starwars tests
2016-06-04 11:21:33 -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