mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Remove print statements used for testing
This commit is contained in:
parent
d1132b377f
commit
52e2cd4e03
1 changed files with 0 additions and 3 deletions
|
|
@ -1469,15 +1469,12 @@ def test_10__visit_child_role(self):
|
|||
'/file3.txt', targets_role['delegations']), child_role['name'])
|
||||
|
||||
# Test path hash prefixes.
|
||||
print('attempting test for path hash prefix')
|
||||
child_role['path_hash_prefixes'] = ['8baf', '0000']
|
||||
self.assertEqual(self.repository_updater._visit_child_role(child_role,
|
||||
'/file3.txt', targets_role['delegations']), child_role['name'])
|
||||
|
||||
'''
|
||||
# Test for forbidden target.
|
||||
print('attempting test for forbidden target')
|
||||
print('child role: ' + repr(child_role))
|
||||
self.repository_updater._visit_child_role(child_role,
|
||||
'/target.exe', targets_role['delegations'])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue