mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Don't recreate the lookup index in tests
This commit is contained in:
parent
3c17720a1c
commit
7767d546ac
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ def setup():
|
|||
# Recreate data
|
||||
global lookup
|
||||
lookup = PokedexLookup()
|
||||
lookup.rebuild_index()
|
||||
|
||||
def test_exact_lookup():
|
||||
tests = [
|
||||
|
|
Loading…
Reference in a new issue