Chris Hartjes
Chris Hartjes
venv/lib/python3.7/site-packages/molotov/session.py:43 /mnt/c/Users/chartjes/normandy/venv/lib/python3.7/site-packages/molotov/session.py:43: DeprecationWarning: Inheritance class LoggedClientSession from ClientSession is discouraged class LoggedClientSession(ClientSession): contract-tests/test_api_v3.py::test_list /mnt/c/Users/chartjes/normandy/venv/lib/python3.7/site-packages/aiohttp/connector.py:730: DeprecationWarning: The object should be created from async function loop=loop) contract-tests/test_api_v3.py::test_list /mnt/c/Users/chartjes/normandy/venv/lib/python3.7/site-packages/aiohttp/connector.py:735: DeprecationWarning: The object should...
I have received a request from someone to ask if I have considered having OpenCFP sites that are configured to use OpenCFP Central "phone home" to share details about the...
Ecosystem QA needs documentation about all the current v1 API calls to determine if additional contract tests are needed.
In order for the Ecosystem QA team to help with the testing effort, we need documentation outlining the v3 API calls so we can write contract tests for them.
I am writing the rest of the v3 API contract tests using a version of Normandy running locally and require authentication credentials to do so. A brief conversation in Slack...
I wanted to know the status of the usefulness of the current v1 API tests. My upcoming PR reorganizes the v1 API tests to have them in their own directory....