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/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)
7 years ago
..
ansible-doc Remove remnants of obsolete fireball mode. 8 years ago
code-smell Fix wildcard imports, remove get_exception, add boilerplate 7 years ago
import udm_user: fix broken import 7 years ago
pep8 Fix wildcard imports, remove get_exception, add boilerplate 7 years ago
pylint Add some features to the pylint sanity check 7 years ago
rstcheck Add rstcheck to ansible-test and correct issues. (#23550) 7 years ago
shellcheck Disable newer shellcheck tests which don't pass. 7 years ago
validate-modules removed requirements on WANT_JSON and POWERSHELL_COMMON (#27679) 7 years ago