Use coverage scripts.

This commit is contained in:
SunDwarf
2015-08-29 14:20:09 +01:00
parent 5268b76d50
commit da771c6be7
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class FlaskStaticTest(unittest.TestCase):
def test_config(self):
""" Tests configuration vars exist. """
FlaskS3(self.app)
defaults = ('S3_USE_HTTPS', 'USE_S3', 'USE_S3_DEBUG',
defaults = ('S3_USE_HTTP', 'USE_S3', 'USE_S3_DEBUG',
'S3_BUCKET_DOMAIN', 'S3_CDN_DOMAIN',
'S3_USE_CACHE_CONTROL', 'S3_HEADERS',
'S3_URL_STYLE')