Skip to content

Commit

Permalink
re-adding db_cities
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaiton committed Feb 20, 2024
1 parent 177e868 commit 5dc5371
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions invisible_cities/cities/cities_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
from .. core.configure import configure

online_cities = "irene dorothea sophronia esmeralda beersheba".split()

db_cities = """beersheba sophronia berenice buffy detsim
diomira dorothea esmeralda eutropia hypathia
irene isaura isidora penthesilea phyllis trude""".split()

all_cities = """beersheba berenice buffy detsim diomira dorothea esmeralda
eutropia hypathia irene isaura isidora phyllis sophronia
trude""".split()
Expand Down

0 comments on commit 5dc5371

Please sign in to comment.