projects
/
diaspy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8b0cc0
)
Tests updated
author
Marek Marecki
<triviuss@gmail.com>
Fri, 3 May 2013 12:12:30 +0000
(14:12 +0200)
committer
Marek Marecki
<triviuss@gmail.com>
Fri, 3 May 2013 12:12:30 +0000
(14:12 +0200)
tests.py
patch
|
blob
|
blame
|
history
diff --git
a/tests.py
b/tests.py
index ca45fc48dffac4cdc79c1eb4c6bf290ca567fb1a..aa077172c3db82bdd057aafec9b65749e8c62976 100644
(file)
--- a/
tests.py
+++ b/
tests.py
@@
-69,9
+69,9
@@
class StreamTest(unittest.TestCase):
stream = diaspy.streams.Stream(test_connection)
stream.post_picture('./test-image.png')
- def test
CreatingTag(self):
+ def test
ingAddingTag(self)
ft = diaspy.streams.FollowedTags(test_connection)
- ft.
create
('test')
+ ft.
add
('test')
class ConnectionTest(unittest.TestCase):