python-tuf/tests
Santiago Torres 26eb5b7e35 Added relative filepath support and increased coverage
After seeing the coveralls report I realized the projects were not
relocatable. While this might be convenient for some uses, moving a
project from one place to another might not be optimal. This has been
changed now.

The only place where absolute filepaths are handled now is with flat
project layouts. However, it is possible to overwrite this filepath if
the targets folder is to be changed.
2014-06-21 19:07:34 -04:00
..
repository_data Added relative filepath support and increased coverage 2014-06-21 19:07:34 -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
https_client.pem Add self-signed certificates to be used by simple_https_server.py 2014-06-17 10:20:57 -04:00
https_server.pem Add self-signed certificates to be used by simple_https_server.py 2014-06-17 10:20:57 -04:00
simple_https_server.py Add the simple https server module. 2014-06-17 10:25:16 -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_developer_tool.py Added relative filepath support and increased coverage 2014-06-21 19:07:34 -04:00
test_download.py Fix comment / typo in unsafe_download() test condition 2014-06-18 09:06:49 -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 test condition for repository_lib.create_tuf_client_directory(). 2014-06-19 09:50:20 -04:00
test_repository_tool.py Add test coverage for repository_lib._log_status_of_top_level_roles(). 2014-06-19 11:24:07 -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 Fix test_download.py comments for the test case dealing with incorrect file lengths. 2014-06-17 13:45:42 -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