python-tuf/tests
Santiago Torres 5a097faaf8 Added switches to the generate script
Added two switches to the generate script:

  -k (or --keys), which forces the creation of new keys.
  -d (or --dry-run), which skips the actual writing or copying phases

The second option might be useful in the future, and helped me debug the
optparse module, so I left it there.
2014-06-13 15:33:07 -04:00
..
repository_data Added switches to the generate script 2014-06-13 15:33:07 -04:00
.coveragerc Update repository tool diagram and coverage. 2014-06-03 14:59:56 -04:00
__init__.py Support ISO 8601, vendor iso8601, clean codebase. 2014-04-19 14:27:53 -04:00
aggregate_tests.py Support Python 2.6. 2014-06-06 18:57:23 -04:00
simple_server.py Refactor repository_tool.py and improve test coverage. 2014-06-03 14:32:44 -04:00
slow_retrieval_server.py Update slow retrieval server and fix integration tests. 2014-05-28 12:11:31 -04:00
test_arbitrary_package_attack.py Add missing test conditions for test_repository_lib.py and minor edits to modules. 2014-06-11 11:29:00 -04:00
test_download.py Add missing test cases for download.py and and updater.py. 2014-06-12 09:33:12 -04:00
test_ed25519_keys.py Refactor repository_tool.py and improve test coverage. 2014-06-03 14:32:44 -04:00
test_endless_data_attack.py Increase sleep time after starting simple server in integration tests. 2014-06-10 09:26:09 -04:00
test_extraneous_dependencies_attack.py Merge branch 'develop' of https://github.com/vladimir-v-diaz/tuf into develop 2014-06-06 18:57:32 -04:00
test_formats.py Merge branch 'develop' of https://github.com/theupdateframework/tuf into develop 2014-05-10 20:26:06 -04:00
test_hash.py Refactor repository_tool.py and improve test coverage. 2014-06-03 14:32:44 -04:00
test_indefinite_freeze_attack.py Increase sleep time after starting simple server in integration tests. 2014-06-10 09:26:09 -04:00
test_keydb.py Refactor repository_tool.py and improve test coverage. 2014-06-03 14:32:44 -04:00
test_keys.py Refactor repository_tool.py and improve test coverage. 2014-06-03 14:32:44 -04:00
test_log.py Refactor repository_tool.py and improve test coverage. 2014-06-03 14:32:44 -04:00
test_mirrors.py Refactor repository_tool.py and improve test coverage. 2014-06-03 14:32:44 -04:00
test_mix_and_match_attack.py Increase sleep time after starting simple server in integration tests. 2014-06-10 09:26:09 -04:00
test_pycrypto_keys.py Add missing test coverage for pycrypto_keys.py. 2014-06-08 22:16:43 -04:00
test_replay_attack.py Increase sleep time after starting simple server in integration tests. 2014-06-10 09:26:09 -04:00
test_repository_lib.py Add missing test conditions for test_repository_lib.py and minor edits to modules. 2014-06-11 11:29:00 -04:00
test_repository_tool.py Initial implementation of authoritative delegations. 2014-06-07 20:29:18 -04:00
test_roledb.py Refactor repository_tool.py and improve test coverage. 2014-06-03 14:32:44 -04:00
test_schema.py Refactor repository_tool.py and improve test coverage. 2014-06-03 14:32:44 -04:00
test_sig.py Refactor repository_tool.py and improve test coverage. 2014-06-03 14:32:44 -04:00
test_slow_retrieval_attack.py Merge branch 'develop' of https://github.com/vladimir-v-diaz/tuf into develop 2014-06-06 18:57:32 -04:00
test_updater.py Add missing test cases for download.py and and updater.py. 2014-06-12 09:33:12 -04:00
test_util.py Fix test_util.py test case failure in py2.7. 2014-06-05 19:09:45 -04:00