Commit graph

12 commits

Author SHA1 Message Date
Vladimir Diaz
b52194cdf4 Refactor test_endless_data_attack.py
Refactored 'test_endless_data_attack.py' to use the 'unittest' module (test
conditions in code, rather than verifying text output), use pre-generated
repository files, and discontinue use of the old repository tools. Minor
edits to the test cases.
2014-04-03 11:59:50 -04:00
vladdd
67b886d5e0 test_endless_data_attack.py: Fix indentation
Also help with Python 3 compatability.
2013-09-23 21:02:17 -04:00
vladdd
7d691011e5 Resolve conflicts from demo 2 updates 2013-09-23 13:38:18 -04:00
zanefisher
0fd5e36909 Clean up after botched merge (oops). Add try/finally to endless data test to ensure temp files are always removed. 2013-09-14 16:58:01 -04:00
zanefisher
4a08c0c25e Redo accidentally undone changes. 2013-09-13 18:52:47 -04:00
dachshund
b5263e4322 Fix variable shadow bug, use absolute import in two integration tests. 2013-09-13 17:39:57 -04:00
zanefisher
502a0102ec More integration test tidying-up 2013-09-13 17:39:29 -04:00
zanefisher
f4eedf1d62 Rename boolean perameter 'TUF' to 'using_tuf' in every test. 2013-09-13 15:30:11 -04:00
dachshund
96c0aaaa9e Replace relative with absolute imports for tests. 2013-09-10 17:33:00 -04:00
dachshund
59dfa1f5ba Replace relative with absolute imports for tests. 2013-09-10 17:33:00 -04:00
dachshund
c20f0a1455 Even better organization of tests; remove evpy.
Require higher versions of PyCrypto.
2013-09-10 00:24:34 -04:00
dachshund
78344636de Even better organization of tests; remove evpy.
Require higher versions of PyCrypto.
2013-09-10 00:24:34 -04:00
Renamed from tuf/tests/integration/test_endless_data_attack.py (Browse further)