summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipalib/test_text.py
Commit message (Collapse)AuthorAgeFilesLines
* Add ConcatenatedLazyText objectPetr Viktorin2013-11-211-0/+46
| | | | | | | | This object will allow splitting large translatable strings into more pieces, so translators don't have to re-translate the entire text when a small part changes. https://fedorahosted.org/freeipa/ticket/3587
* Make an ipa-tests packagePetr Viktorin2013-06-171-0/+334
Rename the 'tests' directory to 'ipa-tests', and create an ipa-tests RPM containing the test suite Part of the work for: https://fedorahosted.org/freeipa/ticket/3654