theupdateframework / tuf-conformance

TUF client conformance test suite
MIT License
7 stars 4 forks source link

test_file_download.py: Don't make > 40 client calls in a test #165

Closed jku closed 1 month ago

jku commented 1 month ago

test_multiple_changes_to_target starts the client 43 times, this is excessive and not useful.

Also avoid unneeded refresh() calls in all target download tests.

All in all this means ~30 fewer client startups.