2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-21 18:53:15 +00:00

Reorganizing test suite and updating tox configuration

This change reorganizes the test suite, splitting it into two separate
test suites, one for unit tests and one for integration tests. The tox
configuration is also updated to reflect this change. Invoking tox now
runs the unit tests by default. A separate tox environment is used to
run the integration tests.
This commit is contained in:
Peter Hamilton
2015-05-14 13:08:02 -04:00
parent bae6d66e8c
commit 23574dc33c
52 changed files with 510 additions and 382 deletions

View File

@@ -25,7 +25,7 @@ setuptools.setup(
url='https://github.com/OpenKMIP/PyKMIP',
license='Apache License, Version 2.0',
packages=setuptools.find_packages(exclude=["kmip.tests", "kmip.tests.*"]),
package_data={'kmip': ['logconfig.ini'],
package_data={'kmip': ['kmipconfig.ini', 'logconfig.ini'],
'kmip.demos': ['certs/server.crt', 'certs/server.key']},
install_requires=[
"enum34",