summaryrefslogtreecommitdiffstats
path: root/ipapython/test/test_ipavalidate.py
Commit message (Collapse)AuthorAgeFilesLines
* Move tests to test directoriesPetr Viktorin2013-09-251-97/+0
| | | | | | | | Nose doesn't pick up directories that don't begin with 'test'. Rename ipatests/test_ipaserver/install to test_install so that it's run. Also, merge test_ipautil.py from ipapython/test into tests/test_ipapython, so the whole test suite is in one place.
* 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
* Fixed problems in ipapython/test/Jason Gerard DeRose2009-02-091-1/+1
|
* Rename ipa-python directory to ipapython so it is a real python libraryRob Crittenden2009-02-091-0/+97
We used to install it as ipa, now installing it as ipapython. The rpm is still ipa-python.