summaryrefslogtreecommitdiff
path: root/tests/unittests/test_distros/test_user_data_normalize.py
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-101-297/+0
* run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser2016-05-121-39/+35
* Apply pep8, pyflakes fixes for python2 and 3Scott Moser2016-03-041-17/+12
* Repair the Python 2.6 tests.Barry Warsaw2015-01-261-3/+4
* More conversions from mocker to mock.Barry Warsaw2015-01-221-2/+2
* Adjust how the legacy user: XYZ config alters the normalized user listJoshua Harlow2013-01-181-3/+7
* Fix the merging of group configuration.Joshua Harlow2012-11-091-0/+22
|\
| * Fix the merging of group configurationJoshua Harlow2012-11-091-0/+22
|/
* fix pep8/pylintScott Moser2012-10-231-0/+1
* move default user info out of code and into configScott Moser2012-10-231-11/+18
* Rework the rest of the locations that usedJoshua Harlow2012-09-281-10/+40
* cleanup the user/group listsJoshua Harlow2012-09-271-4/+1
* Handle the case where 'user' is defined but 'users' isn't.Joshua Harlow2012-09-241-0/+10
* Refactor the ug normalization to take in a distroJoshua Harlow2012-09-241-36/+67
* Make the normalization a module level functionJoshua Harlow2012-09-231-15/+20
* Fix some docs + pylint warnings + log on default created in the module.Joshua Harlow2012-09-211-11/+11
* Also allow the user list to come in as a commaJoshua Harlow2012-09-211-0/+11
* Actually commit the test for user/group dataJoshua Harlow2012-09-211-0/+187