projects
/
zzz-pokedex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
aaa7f3a
)
Remove a bad test
author
Petr Viktorin
<encukou@gmail.com>
Tue, 29 Mar 2011 23:24:52 +0000
(
02:24
+0300)
committer
Eevee
<git@veekun.com>
Fri, 1 Apr 2011 23:08:57 +0000
(16:08 -0700)
pokedex/tests/test_strings.py
patch
|
blob
|
history
diff --git
a/pokedex/tests/test_strings.py
b/pokedex/tests/test_strings.py
index
fe567c1
..
8d0fa06
100644
(file)
--- a/
pokedex/tests/test_strings.py
+++ b/
pokedex/tests/test_strings.py
@@
-78,15
+78,6
@@
class TestStrings(object):
item.name_map[language] = u"xyzzy"
assert item.name_map[language] == "xyzzy"
item.name_map[language] = u"xyzzy"
assert item.name_map[language] == "xyzzy"
- @raises(AssertionError)
- def test_delstring(self):
- item = self.connection.query(tables.Item).filter_by(
- identifier=u"jade-orb").one()
- language = self.connection.query(tables.Language).filter_by(
- identifier=u"en").one()
- del item.name_map[language]
- self.connection.commit()
-
def test_markdown(self):
move = self.connection.query(tables.Move).filter_by(
identifier=u"thunderbolt").one()
def test_markdown(self):
move = self.connection.query(tables.Move).filter_by(
identifier=u"thunderbolt").one()