Passed
Push — master ( bf54e8...3200ce )
by Mingyu
01:32
created

config.test   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 7
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 5
dl 0
loc 7
rs 10
c 0
b 0
f 0
1
from config import Config
2
3
4
class TestConfig(Config):
5
    DEBUG = True
6
    TESTING = True
7