freeipa/tests
John Dennis 5d2bbf5325 Reading INT parameter class should respect radix prefix
This modifies the original patch by including a unit test, handling floats
when passed as unicode, and handling large magnitude values beyond maxint.

The INT parameter class was not respecting any radix prefix (e.g. 0x) the user
may have supplied. This patch implements _convert_scalar method for the Int
class so that we can pass the special radix base of zero to the int constructor
telling it to determine the radix from the prefix (if present).
2009-11-23 16:53:43 -05:00
..
test_install Let the updater delete entries and add small test harness 2009-10-05 13:25:42 -06:00
test_ipalib Reading INT parameter class should respect radix prefix 2009-11-23 16:53:43 -05:00
test_ipaserver Fixed 'import json' for simplejson compatability 2009-10-16 12:38:22 -06:00
test_ipawebui Giant webui patch take 2 2009-10-13 11:28:00 -06:00
test_xmlrpc Fix unit tests for plugins using baseldap classes. 2009-10-07 10:00:32 -04:00
__init__.py Added top-level tests/ package that will contain all unit tests 2008-10-07 20:36:44 -06:00
data.py Re-enable Python2.4 tests and fixed some small things broken under Python2.4 2008-12-08 12:34:38 -07:00
test_util.py Renamed tests/tstutil.py to tests/util.py 2008-10-07 22:30:53 -06:00
util.py Added stuff for managing connections and new Executioner backend base class 2009-02-03 15:29:03 -05:00