ansible/test/sanity/import
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.
2018-12-16 15:03:19 -08:00
..
importer.py Ensure that current uses of BaseException are required 2018-12-16 15:03:19 -08:00
skip.txt vdirect modules: fix 'import' sanity test (#39706) 2018-05-03 18:13:06 -07:00