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/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.
6 years ago
..
cloud Adds `redshift_cross_region_snapshots` module (#35527) 6 years ago
files Fixes #34893 (#40166) 6 years ago
messaging Rabbitmq user permission fixes (#49404) 6 years ago
monitoring Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
net_tools Update bare exceptions to specify Exception. 6 years ago
network Ensure that current uses of BaseException are required 6 years ago
notification Add support for hex color in slack module (#49804) 6 years ago
packaging Update bare exceptions to specify Exception. 6 years ago
remote_management Added new module lxca_nodes for Lenovo XClarity Administrator (#46767) 6 years ago
source_control Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
storage Bug Fix and rewrite (#49508) 6 years ago
system Add tests filters (#43221) 6 years ago
web_infrastructure Python 3.8 collections compatibility fixes. 6 years ago
__init__.py Some algorithmic unittests for the apt and docker modules 9 years ago
conftest.py Python 3.8 collections compatibility fixes. 6 years ago
utils.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago