예제 #1
0
 def fin():
     Locale.reset_cache()
     test_session.flush()
예제 #2
0
파일: locale.py 프로젝트: swergas/assembl
 def fin():
     test_session.delete(locale)
     test_session.flush()
     Locale.reset_cache()
예제 #3
0
파일: locale.py 프로젝트: assembl/assembl
 def fin():
     Locale.reset_cache()
     test_session.flush()