[Pkg-anonymity-tools] [onionshare] 33/140: deleted file_crunching tests

Ulrike Uhlig u-guest at moszumanska.debian.org
Mon Sep 29 20:33:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch master
in repository onionshare.

commit 3f59fe7af09dd5bf2a34567e36a230024f6630e4
Author: Micah Lee <micah at micahflee.com>
Date:   Wed Aug 27 13:55:44 2014 -0700

    deleted file_crunching tests
---
 test/onionshare_helpers_test.py | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/test/onionshare_helpers_test.py b/test/onionshare_helpers_test.py
index 83f78da..e022e02 100644
--- a/test/onionshare_helpers_test.py
+++ b/test/onionshare_helpers_test.py
@@ -13,23 +13,3 @@ def test_get_platform_returns_platform_system():
     helpers.platform.system = lambda: 'Sega Saturn'
     assert helpers.get_platform() == 'Sega Saturn'
 
-def test_filehash_returns_correct_hash():
-    "file_crunching() returns correct hash"
-
-    text = """
-           If you want a picture of the future, imagine a boot stamping on an
-           encrypted, redundant, distributed filesystem -- forever.
-           """
-    tempfile = test_helpers.write_tempfile(text)
-    filehash, _ = helpers.file_crunching(tempfile)
-
-    assert filehash == 'bc004fe72e6530a545570b4c6ce76bcb78ea526b'
-
-def test_filehash_returns_correct_size():
-    "file_crunching() returns correct size"
-
-    text = "AUSCANNZUKUS has always been at war with Eastasia."
-    tempfile = test_helpers.write_tempfile(text)
-    _, filesize = helpers.file_crunching(tempfile)
-
-    assert filesize == 50

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/onionshare.git



More information about the Pkg-anonymity-tools mailing list