ansible/test/sanity
Pierre-Louis Bonicoli 4ecf85392e udm_user: fix broken import
Tested with:
from datetime import datetime, timedelta
from dateutil.relativedelta import relativedelta
n = datetime.now()
assert n + timedelta(days=365) == n + relativedelta(years=1)
2017-08-12 10:45:12 -07:00
..
ansible-doc Remove remnants of obsolete fireball mode. 2016-12-09 16:56:34 -07:00
code-smell Fix wildcard imports, remove get_exception, add boilerplate 2017-08-12 03:13:53 -07:00
import udm_user: fix broken import 2017-08-12 10:45:12 -07:00
pep8 Fix wildcard imports, remove get_exception, add boilerplate 2017-08-12 03:13:53 -07:00
pylint Add some features to the pylint sanity check 2017-07-29 14:13:30 -07:00
rstcheck Add rstcheck to ansible-test and correct issues. (#23550) 2017-04-13 10:28:52 -07:00
shellcheck Disable newer shellcheck tests which don't pass. 2017-02-27 22:31:47 -08:00
validate-modules removed requirements on WANT_JSON and POWERSHELL_COMMON (#27679) 2017-08-02 18:47:17 -07:00