Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make an ipa-tests package | Petr Viktorin | 2013-06-17 | 1 | -26/+0 |
| | | | | | | | 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 | ||||
* | Remove duplicate and unused utility code | Petr Viktorin | 2012-05-09 | 1 | -11/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IPA has some unused code from abandoned features (Radius, ipa 1.x user input, commant-line tab completion), as well as some duplicate utilities. This patch cleans up the utility modules. Duplicate code consolidated into ipapython.ipautil: {ipalib.util,ipaserver.ipautil,ipapython.ipautil}.realm_to_suffix {ipaserver,ipapython}.ipautil.CIDict (with style improvements from the ipaserver version) {ipapython.entity,ipaserver.ipautil}.utf8_encode_value {ipapython.entity,ipaserver.ipautil}.utf8_encode_values ipalib.util.get_fqdn was removed in favor of the same function in ipaserver.install.installutils Removed unused code: ipalib.util: load_plugins_in_dir import_plugins_subpackage make_repr (was imported but unused; also removed from tests) ipapython.ipautil: format_list parse_key_value_pairs read_pairs_file read_items_file user_input_plain AttributeValueCompleter ItemCompleter ipaserver.ipautil: get_gsserror (a different version exists in ipapython.ipautil) ipaserver.ipautil ended up empty and is removed entirely. https://fedorahosted.org/freeipa/ticket/2650 | ||||
* | Change FreeIPA license to GPLv3+ | Jakub Hrozek | 2010-12-20 | 1 | -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 | ||||
* | Removed depreciated xmlrpc_marshal() and xmlrpc_unmarshal() functions | Jason Gerard DeRose | 2009-02-17 | 1 | -24/+0 |
| | |||||
* | Removed depreciated rpc code from ipalib.util; removed corresponding unit ↵ | Jason Gerard DeRose | 2008-12-08 | 1 | -99/+0 |
| | | | | tests in test_util | ||||
* | Re-enable Python2.4 tests and fixed some small things broken under Python2.4 | Jason Gerard DeRose | 2008-12-08 | 1 | -1/+2 |
| | |||||
* | Small changed to test_round_trip() test | Jason Gerard DeRose | 2008-11-21 | 1 | -3/+5 |
| | |||||
* | Added test_util.test_round_trip() test that tests use of xmlrpc_wrap() and ↵ | Jason Gerard DeRose | 2008-11-20 | 1 | -28/+86 |
| | | | | xmlrpc_unwrap() with dumps(), loads(); fixed a bug in xmlrpc_unwrap() | ||||
* | Added util.xmlrpc_wrap(), util.xmlrpc_unwrap() functions an corresponding ↵ | Jason Gerard DeRose | 2008-11-19 | 1 | -0/+38 |
| | | | | unit tests | ||||
* | Added util.make_repr() function; added corresponding unit tests | Jason Gerard DeRose | 2008-11-13 | 1 | -2/+14 |
| | |||||
* | Renamed tests/tstutil.py to tests/util.py | Jason Gerard DeRose | 2008-10-07 | 1 | -1/+1 |
| | |||||
* | Moved tstutil.py into base of tests so it can be used by all test ↵ | Jason Gerard DeRose | 2008-10-07 | 1 | -1/+1 |
| | | | | subpackages more easily | ||||
* | Cleaned up package and module level docstrings for everything in tests/ | Jason Gerard DeRose | 2008-10-07 | 1 | -1/+1 |
| | |||||
* | Moved ipalib/tests/ into tests/test_ipalib/ | Jason Gerard DeRose | 2008-10-07 | 1 | -0/+49 |