PyKMIP/kmip/tests/unit
Peter Hamilton 87f05f90bf Fixing bug with Integer accepting long values
This change fixes a bug with the Integer primitive that caused it to
break when accepting long integer values. As long as the long integer
value can be represented by a signed 32-bit integer, it is considered
valid. Test cases have been added to check for this condition and the
validation routine for Integer has been updated to raise appropriate
errors.
2015-06-24 13:42:04 -04:00
..
core Fixing bug with Integer accepting long values 2015-06-24 13:42:04 -04:00
pie Adding additional cryptographic base classes 2015-06-23 13:25:31 -04:00
services Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00
__init__.py Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00
test_kmip.py Fixing relative path bug when looking up library version 2015-06-24 12:31:53 -04:00