Skip to content

Commit

Permalink
Added test for database version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Mar 4, 2022
1 parent 4fb0a99 commit 99d2c30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def test_index(self) -> None:
assert b'404' in rv.data
rv = self.app.get(url_for('index_changelog'))
assert b'2.0.0' in rv.data
assert b'is needed but current version is' not in rv.data
self.app.get(url_for('index_content', item='contact'))
self.app.get(url_for('set_locale', language='en'))

Expand Down

0 comments on commit 99d2c30

Please sign in to comment.