[Pkg-debile-commits] [debile-master] 16/126: removing some things

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:56:07 UTC 2013


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

sylvestre pushed a commit to branch scan-build-html
in repository debile-master.

commit 895fa94f151020a5ff8934cc0e61a8f8c3cff9bc
Author: Paul Tagliamonte <tag at pault.ag>
Date:   Sat May 25 23:29:27 2013 -0400

    removing some things
---
 lucy/tests/test_envelope.py                           |   17 -----------------
 .../{test_lucy_package.py => test_lucy_source.py}     |    0
 2 files changed, 17 deletions(-)

diff --git a/lucy/tests/test_envelope.py b/lucy/tests/test_envelope.py
deleted file mode 100644
index 726f81c..0000000
--- a/lucy/tests/test_envelope.py
+++ /dev/null
@@ -1,17 +0,0 @@
-from lucy.envelope import Envelope
-
-tfoo = """Hello: world
-Who: me
-Where: kruft
-
-foo
-bar"""
-
-
-def test_env_round_trip():
-    env = Envelope.load(tfoo)
-    assert env['hello'] == 'world'
-    assert env['who'] == 'me'
-    assert env['Where'] == 'kruft'
-    assert env.data == """foo
-bar"""
diff --git a/lucy/tests/test_lucy_package.py b/lucy/tests/test_lucy_source.py
similarity index 100%
rename from lucy/tests/test_lucy_package.py
rename to lucy/tests/test_lucy_source.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-master.git



More information about the Pkg-debile-commits mailing list