-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
…ances via ApiV2. Fixing failing auth tests. Using responses library for mocking/testing api requests. Proper tests for get/set/run acl sync. Completes #22
|
Python3 is failing here. I'll fix. |
|
Py3.x Fixed! |
objectrocket/bases.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can also say json=data and the requests lib will JSON encode the dict for you. Convenient, but not critical.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is nice to know... Removed that import and adjusted those calls.
|
Have a linter PR pointed to this PR for a merge. Will expose some static code issues which the linter was ignoring (it was technically ignoring everything). My misconfiguration of the linter from a while back, to be sure. |
|
+1 will address linter issues in separate PR. Merge at will. |
No description provided.