Skip to content

Commit

Permalink
Add module header and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Dec 6, 2018
1 parent 0b389fe commit d8a33dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sayhello/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from sayhello import app

# sqlite URI compatible
# SQLite URI compatible
WIN = sys.platform.startswith('win')
if WIN:
prefix = 'sqlite:///'
Expand Down
6 changes: 6 additions & 0 deletions test_sayhello.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# -*- coding: utf-8 -*-
"""
:author: Grey Li (李辉)
:url: http://greyli.com
:copyright: © 2018 Grey Li <[email protected]>
:license: MIT, see LICENSE for more details.
"""
import unittest

from flask import abort
Expand Down

0 comments on commit d8a33dd

Please sign in to comment.