summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Expand)Author
2022-02-14mypy: introduce type checking (#1254)Chris Patterson
2022-02-02Integration testing docs and refactor (#1231)James Falcon
2022-01-31fix parallel tox execution (#1214)Brett Holman
2022-01-18tox: pass PYCLOUDLIB_* env vars into integration tests when present (#1196)Chad Smith
2022-01-10Remove 3.5 and xenial support (SC-711) (#1167)James Falcon
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-12-03Reorganize unit test locations under tests/unittests (#1126)Brett Holman
2021-10-22Remove pin in dependencies for jsonschema (#1078)James Falcon
2021-10-07tox integration: pass the *_proxy, GOOGLE_*, GCP_* env vars (#1050)Paride Legovini
2021-09-30pin jsonschema in requirements.txt (#1043)James Falcon
2021-09-29testing: remove cloud_tests (#1020)James Falcon
2021-09-21tox: bump the pinned flake8 and pylint version (#1029)Paride Legovini
2021-09-01Fix `make style-check` errors (#1000)Shreenidhi Shedi
2021-07-20Update pylint to v2.9.3 and fix the new issues it spots (#946)Paride Legovini
2021-06-17tests: Add 'adhoc' mark for integration tests (#925)James Falcon
2021-05-14Add integration test for lp-1920939 (#891)James Falcon
2021-05-13Allow user control over update events (#834)James Falcon
2021-04-15Emit dots on travis to avoid timeout (#867)James Falcon
2021-03-19Fix apt default integration test (#845)James Falcon
2021-03-03tox.ini: pass OS_* environment variables to integration tests (#830)Daniel Watkins
2021-02-22integration_tests: introduce lxd_use_exec mark (#802)Daniel Watkins
2021-02-19azure: case-insensitive UUID to avoid new IID during kernel upgrade (#798)Chad Smith
2021-02-18integration_tests: fix use of SSH agent within tox (#815)Daniel Watkins
2021-01-26Stop linting cloud_tests (#791)James Falcon
2021-01-12integration_tests: add integration test for LP: #1910835 (#761)Daniel Watkins
2020-12-09integration_tests: include timestamp in log output (#720)Daniel Watkins
2020-12-09integration_tests: add test for LP: #1898997 (#713)Daniel Watkins
2020-12-09Add integration test for power_state_change module (#717)James Falcon
2020-12-03integration_tests: introduce skipping of tests by OS (#702)Daniel Watkins
2020-11-24tox: avoid tox testenv subsvars for xenial support (#684)Chad Smith
2020-11-23LXD VM support in integration tests (#678)James Falcon
2020-11-23Integration test for fallocate falling back to dd (#681)James Falcon
2020-11-20add integration test for LP: #1900837 (#679)Daniel Watkins
2020-11-18tox.ini: only select "ci" marked tests for CI runs (#677)Daniel Watkins
2020-11-18only run a subset of integration tests in CI (#672)Daniel Watkins
2020-11-10split integration and cloud_tests requirements (#652)Daniel Watkins
2020-11-02integration_tests: various launch improvements (#638)Daniel Watkins
2020-10-06conftest.py: remove top-level import of httpretty (#599)Daniel Watkins
2020-10-05tox.ini: add integration-tests testenv definition (#595)Daniel Watkins
2020-10-01Initial implementation of integration testing infrastructure (#581)James Falcon
2020-08-25tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini
2020-08-13tox.ini: pin correct version of httpretty in xenial{,-dev} envs (#531)Daniel Watkins
2020-08-10DataSourceOracle: refactor to use only OPC v1 endpoint (#493)Daniel Watkins
2020-07-06cloudinit: fix tip-pylint failures and bump pinned pylint version (#478)Daniel Watkins
2020-07-02tests: use markers to configure disable_subp_usage (#473)Daniel Watkins
2020-06-30Enable use of the caplog fixture in pytest tests, and add a cc_final_message ...Daniel Watkins
2020-06-10test: fix all flake8 E126 errors (#425)Joshua Powers
2020-06-02test: fix all flake8 E121 and E123 errors (#404)Joshua Powers
2020-06-02test: fix all flake8 E241 (#403)Joshua Powers
2020-06-02test: ignore flake8 E402 errors in main.py (#402)Joshua Powers