Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/icoz/habraparse.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricoz <icoz.vt@gmail.com>2018-10-18 21:37:48 +0300
committericoz <icoz.vt@gmail.com>2018-10-18 21:37:48 +0300
commit11b66ab8924e75a9efcf954447b32e57b83e4965 (patch)
treeb3996d864e8ea58dd9facfffd197c94a74f48b09
parent06c18031959152f6677afef1e28ca74aac738bde (diff)
fix for unittest
-rw-r--r--habr/topic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/habr/topic.py b/habr/topic.py
index 10e16f4..5867c43 100644
--- a/habr/topic.py
+++ b/habr/topic.py
@@ -220,7 +220,7 @@ class TestGTTopic(TestCase):
t = GeektimesTopic(243447)
pp = pprint.PrettyPrinter(indent=4)
pp.pprint(t.author())
- self.assertEqual(t.author(), 'Soundpal')
+ self.assertEqual(t.author(), 'SOUNDPAL')
pp.pprint(t.title())
self.assertEqual(t.title(), 'На что влияет сопротивление наушников')
pp.pprint(t.post['comments_count'])