PyKMIP/kmip/tests/unit/core/primitives
Peter Hamilton 54b1df7726 Remove unused error code
This change removes unused exceptions defined in core/errors.py,
along with the errors.py module itself. The few used items from
this file are migrated over to core/exceptions.py. Any dependent
code is updated, dropping the use of errors.py and adding in the
use of exceptions.py.
2017-12-07 20:59:23 -05:00
..
__init__.py Adding a primitives test package to the unit test suite 2015-06-04 10:38:07 -04:00
test_base.py Remove unused error code 2017-12-07 20:59:23 -05:00
test_big_integer.py Updating support for the BigInteger primitive 2015-08-27 09:00:00 -04:00
test_boolean.py Splitting primitive object test suites 2015-08-18 09:56:51 -04:00
test_byte_string.py Remove unused error code 2017-12-07 20:59:23 -05:00
test_date_time.py Fixing bug with DateTime str test 2016-04-05 14:00:14 -04:00
test_enumeration.py Updating support for the Enumeration primitive 2015-09-29 13:23:44 -04:00
test_integer.py Remove unused error code 2017-12-07 20:59:23 -05:00
test_interval.py Updating support for the Interval primitive 2015-09-01 12:36:22 -04:00
test_long_integer.py Updating support for the LongInteger primitive 2015-08-27 08:47:07 -04:00
test_text_string.py Remove unused error code 2017-12-07 20:59:23 -05:00