-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File support #145
File support #145
Conversation
* chore: generate docs with sphinx * chore: avoid documenting private members * chore: add docs to manifiest * chore: manually document every class on transport * Write docs in sphinx rst format * fix manifest * Improve classes reference documentation Co-authored-by: Hanusz Leszek <[email protected]>
…raphql-python#141) Replace travis badge by a GitHub action badge Replace coveralls badge by a codecov badge Add link to the documentation and leave only basic example in the README.md file Remove last coveralls and travis references
The tests will fail on Windows because the EOL character is different: ERROR:aiohttp.server:Error handling request
Traceback (most recent call last):
File "d:\anaconda3\envs\gql-dev\lib\site-packages\aiohttp\web_protocol.py", line 418, in start
resp = await task
File "d:\anaconda3\envs\gql-dev\lib\site-packages\aiohttp\web_app.py", line 458, in _handle
resp = await handler(request)
File "D:\Programming\py_projects\graphql-python-repos\gql\tests\test_aiohttp.py", line 574, in handler
assert field_2_text == file_1_content
AssertionError: assert '\r\nThis is a test file\r\nThis file will be sent in the GraphQL mutation\r\n' == '\nThis is a test file\nThis file will be sent in the GraphQL mutation\n'
-
+
- This is a test file
+ This is a test file
? +
- This file will be sent in the GraphQL mutation
+ This file will be sent in the GraphQL mutation
? +
INFO:aiohttp.access:127.0.0.1 [09/Oct/2020:00:30:40 +0000] "POST / HTTP/1.1" 500 244 "-" "Python/3.8 aiohttp/3.6.2" Everything else looks good to me. |
Codecov Report
@@ Coverage Diff @@
## master #145 +/- ##
==========================================
Coverage ? 100.00%
==========================================
Files ? 13
Lines ? 827
Branches ? 0
==========================================
Hits ? 827
Misses ? 0
Partials ? 0
Continue to review full report at Codecov.
|
The tests should be OK now under windows. |
@leahein @quasimik @KingDarBoja |
I just checked this, apologies for not responding quickly (I didn't set up proper notifications). Anyway, glad to see that it's merged! I can finally switch to this repo again 😃 |
Hi, to saleor and I'm getting unable to parse the query even for working(POSTMAN) query Could you guys share/update the documentation for the same? |
@g-londhe Please open another issue for your question, with as much information as you can provide (which backend, the code you used, ...) |
Continuation of PR #126
Regarding this issue
Following this spec
A bunch of code ripped from this repo