python-tuf/tests
Vladimir Diaz 20d7cd2ac8
Fix incorrect use of json.dumps
All optional parameters to json.dumps() are now keyword-only in Python 3.6.  Although this is the error that's flag, the tests use of json.dumps is actually incorrect: it should write the json.dumps with write()
2017-09-22 11:04:47 -04:00
..
repository_data Add valid developer_tool.py metadata 2017-08-29 09:54:31 -04:00
.coveragerc Updates repository_lib to use securesystemslib 2017-01-27 17:07:43 -05:00
__init__.py Support ISO 8601, vendor iso8601, clean codebase. 2014-04-19 14:27:53 -04:00
aggregate_tests.py Remove py26 conditional import statements 2017-09-21 17:16:29 -04:00
simple_https_server.py Add the newly-generated SSL cert and key to simple_https_server.py 2016-01-27 16:32:59 -05:00
simple_server.py Add import statements for unvendored dependencies in the unit tests 2015-06-02 10:28:02 -04:00
slow_retrieval_server.py Added simple_settings, now it is a requirement of TuF. 2016-11-01 15:38:40 -04:00
ssl_cert.crt Add SSL certificate and key used to test https connections 2016-01-27 16:31:33 -05:00
ssl_cert.key Add SSL certificate and key used to test https connections 2016-01-27 16:31:33 -05:00
test_arbitrary_package_attack.py Fix incorrect use of json.dumps 2017-09-22 11:04:47 -04:00
test_developer_tool.py Remove py26 conditional import statements 2017-09-21 17:16:29 -04:00
test_download.py Fix import statements for download.py and test_download.py 2017-01-11 10:46:22 -05:00
test_endless_data_attack.py Remove py26 conditional import statements 2017-09-21 17:16:29 -04:00
test_exceptions.py Remove compression code from exceptions and update unit tests 2017-08-25 13:27:03 -04:00
test_extraneous_dependencies_attack.py Remove py26 conditional import statements 2017-09-21 17:16:29 -04:00
test_formats.py Resolve conflicts 2017-08-28 13:07:54 -04:00
test_indefinite_freeze_attack.py Remove py26 conditional import statements 2017-09-21 17:16:29 -04:00
test_init.py Fix import statements in test_init.py 2017-01-11 11:43:19 -05:00
test_interpose_updater.py Remove py26 conditional import statements 2017-09-21 17:16:29 -04:00
test_key_revocation_integration.py Remove py26 conditional import statements 2017-09-21 17:16:29 -04:00
test_keydb.py Remove compression from unit tests for formats.py, keydb.py, and roledb.py 2017-08-25 15:56:41 -04:00
test_log.py Fix import statements in log.py and test_log.py 2017-01-11 12:51:04 -05:00
test_mirrors.py Fix more import statements for various modules 2017-01-11 15:41:13 -05:00
test_mix_and_match_attack.py Remove py26 conditional import statements 2017-09-21 17:16:29 -04:00
test_multiple_repositories_integration.py Remove py26 conditional import statements 2017-09-21 17:16:29 -04:00
test_replay_attack.py Remove py26 conditional import statements 2017-09-21 17:16:29 -04:00
test_repository_lib.py Remove py26 conditional import statements 2017-09-21 17:16:29 -04:00
test_repository_tool.py Remove py26 conditional import statements 2017-09-21 17:16:29 -04:00
test_roledb.py Remove compression from unit tests for formats.py, keydb.py, and roledb.py 2017-08-25 15:56:41 -04:00
test_root_versioning_integration.py Remove py26 conditional import statements 2017-09-21 17:16:29 -04:00
test_sig.py Incorporate securesystemslib changes into sig.py and test_sig.py 2017-08-23 10:53:36 -04:00
test_slow_retrieval_attack.py Remove py26 conditional import statements 2017-09-21 17:16:29 -04:00
test_unittest_toolbox.py Add unit test for unittest_toolbox.py 2017-07-14 11:26:52 -04:00
test_updater.py Fix test failures under py3 2017-09-21 17:27:51 -04:00
test_updater_root_rotation_integration.py Remove py26 conditional import statements 2017-09-21 17:16:29 -04:00