projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
200ca5c
)
This test doesn't make sense any more
author
Charles Connell
<charles@connells.org>
Tue, 14 Jan 2014 21:21:21 +0000
(16:21 -0500)
committer
Charles Connell
<charles@connells.org>
Tue, 14 Jan 2014 21:21:21 +0000
(16:21 -0500)
karmaworld/apps/notes/tests.py
patch
|
blob
|
history
diff --git
a/karmaworld/apps/notes/tests.py
b/karmaworld/apps/notes/tests.py
index 8e6646d3535e0f69e93107c8b4df63144d852e0e..1dc1a1ea79748438e34bc645f617fe3eff4687f5 100644
(file)
--- a/
karmaworld/apps/notes/tests.py
+++ b/
karmaworld/apps/notes/tests.py
@@
-57,12
+57,6
@@
class TestNoes(TestCase):
api = itc.ApiClient(secret.PRIVATE_URL)
api.delete_index(secret.INDEX)
- def test_unicode(self):
- """ Ensure that the unicode repl for a Note is as expected """
- expected = u"Note: doc Lecture notes concerning the use of therefore ∴ -- {0}"\
- .format(self.now)
- self.assertEqual(self.note.__unicode__(), expected)
-
def test_course_fkey(self):
self.assertEqual(self.course, self.note.course)