summaryrefslogtreecommitdiffstats
path: root/python/tests/tools_api.py
Commit message (Collapse)AuthorAgeFilesLines
* test api helpers (found bug)Bryan Newbold2019-04-041-0/+23
It seems that public_api() doesn't get isolated from authenticated_api(), even in different tests. I suspect this is due to using DefaultAPI to create client.