You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Toshio Kuratomi 175f3b51e5 Ensure that current uses of BaseException are required
* In some cases, it appears that Exception should have been used instead
  as there's no need to catch sys.exit KeyboardInterrupt and similar.
* In a few cases, it appears that BaseException is used because
  a library we depend on calls sys.exit() contrary to good coding
  design.  Comment those so that we know that those have been audited
  and found to be correct and change to use (Exception, SystemExit)
  instead.
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
integration [docker_container] Failing on non-string env values (#49843) 6 years ago
legacy Update bare exceptions to specify Exception. 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Update bare exceptions to specify Exception. 6 years ago
sanity Ensure that current uses of BaseException are required 6 years ago
units Ensure that current uses of BaseException are required 6 years ago
utils Fix passing of env vars to Shippable. 6 years ago