summaryrefslogtreecommitdiffstats
path: root/tests/test_lps_gen.py
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-02-07 13:56:43 -0500
committerrsiddharth <rsd@gnu.org>2016-02-07 13:56:43 -0500
commit97a922a541dedd5c59f909d423c38a5acb25664f (patch)
tree7c65e3b12319f558e7a5cbfbd7d82cbb9fbc7d18 /tests/test_lps_gen.py
parentc25a3ab9da8262ffb89e50326ea7dde0ca564f4e (diff)
updated LPSpeakersRenederer class.
Changed the way speaker' bio are parsed into the lpspeakers_dict dictionary. As a side effect, there is no need to put a placeholder (NO_IMAGE) when the image for a speaker is not available. Addresses issue #1.
Diffstat (limited to 'tests/test_lps_gen.py')
-rw-r--r--tests/test_lps_gen.py26
1 files changed, 13 insertions, 13 deletions
diff --git a/tests/test_lps_gen.py b/tests/test_lps_gen.py
index f9510dc..96695c4 100644
--- a/tests/test_lps_gen.py
+++ b/tests/test_lps_gen.py
@@ -298,14 +298,14 @@ class TestLPSpeakers(object):
"""
- keynote_speaker_bios = [['<p>Daniel Kahn Gillmor is a technologist with the ACLU\'s Speech, Privacy'],
- ['<p>Edward Snowden is a former intelligence officer who served the CIA,'],
- ['<p>Richard is a software developer and software freedom activist. In 1983',
- '<p>Since the mid-1990s, Richard has spent most of his time in political',],
+ keynote_speaker_bios = [['Daniel Kahn Gillmor is a technologist with the ACLU\'s Speech, Privacy'],
+ ['Edward Snowden is a former intelligence officer who served the CIA,'],
+ ['Richard is a software developer and software freedom activist. In 1983',
+ 'Since the mid-1990s, Richard has spent most of his time in political',],
[],
- ['<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam',
- '<p>Ut turpis felis, pulvinar a semper sed, adipiscing id']]
+ ['Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam',
+ 'Ut turpis felis, pulvinar a semper sed, adipiscing id']]
i = 0
@@ -409,16 +409,16 @@ class TestLPSpeakers(object):
"""Testing LPSpeakersMarkdown speakers' bio.
"""
- speaker_bios = [['<p>Emmanuel is a Division III student at Hampshire College, studying how'],
+ speaker_bios = [['Emmanuel is a Division III student at Hampshire College, studying how'],
[],
- ['<p>Marianne Corvellec has been a Free Software activist with April'],
- ['<p>Richard Fontana is a lawyer at Red Hat. He leads support for Red Hat\'s'],
+ ['Marianne Corvellec has been a Free Software activist with April'],
+ ['Richard Fontana is a lawyer at Red Hat. He leads support for Red Hat\'s'],
[],
- ['<p>Bassam is a 3D animator/filmmaker whose 2006 short, Elephants Dream,'],
- ['<p>Jonathan has been involved with the Free Software Movement for ten'],
- ['<p>M. C. is the founder of Transparency Toolkit, a free software project'],
+ ['Bassam is a 3D animator/filmmaker whose 2006 short, Elephants Dream,'],
+ ['Jonathan has been involved with the Free Software Movement for ten'],
+ ['M. C. is the founder of Transparency Toolkit, a free software project'],
[],
- ['<p>Stefano Zacchiroli is Associate Professor of Computer Science at']]
+ ['Stefano Zacchiroli is Associate Professor of Computer Science at']]
i = 0
for kspeaker in self.lpspeakers_dict['speakers']: