ソースを参照

Fix: when test runnings, config section is overriden if section_name not provided

Bastien Sevajol 9 年 前
コミット
3800083d36
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      tracim/tracim/tests/__init__.py

+ 1 - 1
tracim/tracim/tests/__init__.py ファイルの表示

183
         except Exception as e:
183
         except Exception as e:
184
             print('-> err ({})'.format(e.__str__()))
184
             print('-> err ({})'.format(e.__str__()))
185
 
185
 
186
-        setup_app()
186
+        setup_app(section_name=self.application_under_test)
187
         setup_db()
187
         setup_db()
188
 
188
 
189
 
189