Kaynağa Gözat

checkout set_config

liqian 3 yıl önce
ebeveyn
işleme
1d6f9b35f5
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      config.py

+ 2 - 2
config.py

@@ -155,7 +155,7 @@ class ProductionConfig(BaseConfig):
 
 
 def set_config():
-    return DevelopmentConfig()
-    # return TestConfig()
+    # return DevelopmentConfig()
+    return TestConfig()
     # return PreProductionConfig()
     # return ProductionConfig()