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/network
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
..
aireos Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
aruba Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
basics code clean of old code from network modules updates (#21469) 2017-02-15 12:46:30 -05:00
cloudvision Ensure that current uses of BaseException are required 2018-12-16 15:03:19 -08:00
cnos Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
cumulus Remove wildcard import in test_nclu 2017-10-09 21:41:02 -07:00
dellos6 Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
dellos9 Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
dellos10 Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
edgeos Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
edgeswitch Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
enos Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
eos Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
exos Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
f5 Deprecate the bigip_asm_policy module (#49574) 2018-12-05 16:02:16 -08:00
fortimanager Fortinet FortiManager Device Group Module (#46086) 2018-11-30 15:54:41 +05:30
ftd FTD modules: upsert functionality and bug fixes (#47747) 2018-11-16 11:55:36 +05:30
ingate Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
ios Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
iosxr Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
ironware Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
itential itential iap_token module (#46773) 2018-12-12 14:28:20 -05:00
junos Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
netact Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
netscaler Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
netvisor Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
nos Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
nso Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
nuage Replace nose with pytest 2018-11-26 13:41:57 -08:00
nxos Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
onyx Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
opx Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
ovs Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
radware Enable additional pylint rules and resolve issues found. (#47221) 2018-10-18 13:38:08 -07:00
routeros Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
slxos Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
voss Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
vyos Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
__init__.py adds new module net_command for network devices (#19468) 2016-12-19 11:21:37 -05:00