mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-04-08 19:25:06 +02:00
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.
11 lines
88 B
Plaintext
11 lines
88 B
Plaintext
.project
|
|
.pydevproject
|
|
*.pyc
|
|
|
|
.coverage
|
|
.tox/
|
|
ChangeLog
|
|
PyKMIP.egg-info/
|
|
dist/
|
|
htmlcov/
|