Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use /usr/bin/python2 | Xiao-Long Chen | 2014-01-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Part of the effort to port FreeIPA to Arch Linux, where Python 3 is the default. FreeIPA hasn't been ported to Python 3, so the code must be modified to run /usr/bin/python2 https://fedorahosted.org/freeipa/ticket/3438 Updated by pviktori@redhat.com | ||||
* | Move tests to test directories | Petr Viktorin | 2013-09-25 | 1 | -0/+97 |
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. |