mirror of
https://github.com/ansible/mazer.git
synced 2026-02-05 12:45:17 +01:00
Adapt to rest API change from https://github.com/ansible/galaxy/pull/1761 https://github.com/ansible/galaxy/issues/1757 Require 'requests-mock' Use api.get_object instead of api.get_collection_detail() Need to separate rest_api.GalaxyAPI into http client stuff and a object->url map layer, but for now start with this use of GalaxyApi.get_collection_detail()
14 lines
204 B
Plaintext
14 lines
204 B
Plaintext
coverage
|
|
flake8
|
|
mock
|
|
pip
|
|
pytest>=3.6
|
|
pytest-django>=3.4.2
|
|
pytest-cov
|
|
pytest-runner
|
|
pytest-mock
|
|
requests-mock
|
|
tox
|
|
# until test_galaxy_upstream tests are ported to pytest
|
|
unittest2 ; python_version < '2.7'
|