projects
/
zzz-pokedex.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added Gold/Silver Unown forms and dummy frame2s for D/P. #74
[zzz-pokedex.git]
/
pokedex
/
tests
/
__init__.py
diff --git
a/pokedex/tests/__init__.py
b/pokedex/tests/__init__.py
index
29b7a56
..
7565cc7
100644
(file)
--- a/
pokedex/tests/__init__.py
+++ b/
pokedex/tests/__init__.py
@@
-7,9
+7,8
@@
from pokedex.db.load import load
def setup():
# Reload data just in case
session = connect()
- load(session, verbose=False, drop_tables=True)
open_index(session=session, recreate=True)
def teardown():
- p
rint "teardown"
+ p
ass