Skip to content
Snippets Groups Projects

Localization support

Merged mikrats requested to merge localization-fi into main
Files
2
+ 0
4
@@ -5,7 +5,3 @@ from conftests import client, app
def test_config():
assert not create_app().testing
assert create_app({'TESTING': True}).testing
def test_hello(client):
response = client.get('/hello') #, headers={'Accept-Language': 'en_US'}
assert response.data == b'Hello, World!'
\ No newline at end of file
Loading