python-tuf/tests
Lukas Puehringer 499f1c858e Adopt serialization sub-package in metadata API
- Rename Metadata methods:
  - to_json_file -> to_file
  - from_json_file -> from_file
- Remove Metadata.from_json/to_json
- Remove Signed.to_canonical_bytes
- Accept optional de/serializer arguments:
  - from_file (default: JSONDeserializer)
  - to_file (default: JSONSerializer)
  - sign, verify (default: CanonicalJSONSerializer)
- inline disable pylint cyclic-import checks

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2021-03-04 12:33:18 +01:00
..
repository_data Tests: Queue replace tmp files, OS port creation 2020-11-13 14:01:57 +02:00
ssl_certs Test: add https test with expired server certificate 2018-09-26 14:15:36 -04:00
.coveragerc Move omit to run section in .coveragerc 2019-07-11 14:32:49 +02:00
__init__.py Support ISO 8601, vendor iso8601, clean codebase. 2014-04-19 14:27:53 -04:00
aggregate_tests.py Simplify aggregate_tests.py 2020-10-30 17:16:39 +02:00
fast_server_exit.py Add tests for tests/utils.py 2020-11-13 14:01:57 +02:00
simple_https_server.py Make "bind successful" the first server message 2020-11-13 14:01:57 +02:00
simple_server.py Tests: Queue replace tmp files, OS port creation 2020-11-13 14:01:57 +02:00
slow_retrieval_server.py Remove unused random module imports 2020-11-13 14:01:57 +02:00
test_api.py Adopt serialization sub-package in metadata API 2021-03-04 12:33:18 +01:00
test_arbitrary_package_attack.py Add host address as a test level constant 2021-02-24 11:41:34 +02:00
test_developer_tool.py Make "utils" import more definite 2020-11-23 22:17:31 +02:00
test_download.py Add host address as a test level constant 2021-02-24 11:41:34 +02:00
test_endless_data_attack.py Add host address as a test level constant 2021-02-24 11:41:34 +02:00
test_extraneous_dependencies_attack.py Add host address as a test level constant 2021-02-24 11:41:34 +02:00
test_fetcher.py Apply the new code style to fetcher docstrings 2021-02-24 11:41:35 +02:00
test_formats.py Make "utils" import more definite 2020-11-23 22:17:31 +02:00
test_indefinite_freeze_attack.py Add host address as a test level constant 2021-02-24 11:41:34 +02:00
test_key_revocation_integration.py Add host address as a test level constant 2021-02-24 11:41:34 +02:00
test_keydb.py Make "utils" import more definite 2020-11-23 22:17:31 +02:00
test_log.py Make "utils" import more definite 2020-11-23 22:17:31 +02:00
test_mirrors.py Make "utils" import more definite 2020-11-23 22:17:31 +02:00
test_mix_and_match_attack.py Add host address as a test level constant 2021-02-24 11:41:34 +02:00
test_multiple_repositories_integration.py Add host address as a test level constant 2021-02-24 11:41:34 +02:00
test_replay_attack.py Add host address as a test level constant 2021-02-24 11:41:34 +02:00
test_repository_lib.py Make "utils" import more definite 2020-11-23 22:17:31 +02:00
test_repository_tool.py Make "utils" import more definite 2020-11-23 22:17:31 +02:00
test_roledb.py Make "utils" import more definite 2020-11-23 22:17:31 +02:00
test_root_versioning_integration.py Make "utils" import more definite 2020-11-23 22:17:31 +02:00
test_sig.py Make "utils" import more definite 2020-11-23 22:17:31 +02:00
test_slow_retrieval_attack.py Add host address as a test level constant 2021-02-24 11:41:34 +02:00
test_tutorial.py Make "utils" import more definite 2020-11-23 22:17:31 +02:00
test_unittest_toolbox.py Make "utils" import more definite 2020-11-23 22:17:31 +02:00
test_updater.py Add host address as a test level constant 2021-02-24 11:41:34 +02:00
test_updater_root_rotation_integration.py Add host address as a test level constant 2021-02-24 11:41:34 +02:00
test_utils.py tests: remove some Python 2 specific tests 2021-03-03 09:38:36 +00:00
utils.py tests: remove some Python 2 specific tests 2021-03-03 09:38:36 +00:00