1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/modules
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
..
cloud Adds redshift_cross_region_snapshots module (#35527) 2018-12-03 08:34:53 +00:00
files Fixes #34893 (#40166) 2018-05-16 11:09:32 -05:00
messaging Rabbitmq user permission fixes (#49404) 2018-12-07 13:19:08 +00:00
monitoring Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
net_tools Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
network Ensure that current uses of BaseException are required 2018-12-16 15:03:19 -08:00
notification Add support for hex color in slack module (#49804) 2018-12-12 08:41:49 +00:00
packaging Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
remote_management Added new module lxca_nodes for Lenovo XClarity Administrator (#46767) 2018-12-05 10:18:36 +00:00
source_control Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
storage Bug Fix and rewrite (#49508) 2018-12-12 12:16:12 +00:00
system Add tests filters (#43221) 2018-11-13 11:16:49 +00:00
web_infrastructure Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00
__init__.py Some algorithmic unittests for the apt and docker modules 2016-04-27 07:23:31 -07:00
conftest.py Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00
utils.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00