-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Adafruit_CircuitPython_Requests
updated
7 files
+51 −30 | adafruit_requests.py | |
+6 −3 | tests/chunk_test.py | |
+4 −2 | tests/concurrent_test.py | |
+120 −4 | tests/header_test.py | |
+22 −5 | tests/post_test.py | |
+6 −3 | tests/protocol_test.py | |
+16 −8 | tests/reuse_test.py |