summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib/test_base.py
Commit message (Collapse)AuthorAgeFilesLines
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
| | | | | | | | | | The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239
* Copied plugable.NameSpace to base.NameSpace and made many docstring and unit ↵Jason Gerard DeRose2008-12-311-1/+165
| | | | test improvements
* Added base.lock() and base.islocked() functions; added corresponding unit testsJason Gerard DeRose2008-12-301-0/+73
|
* More docstring cleanup in ipalib.configJason Gerard DeRose2008-12-301-4/+3
|
* Started moving some core classes and functions from plugable.py to new ↵Jason Gerard DeRose2008-12-301-0/+116
base.py module