コード例 #1
0
ファイル: test_config.py プロジェクト: huwlynes/peapod
 def tearDown( self ):
     purgeConfig()
コード例 #2
0
ファイル: test_config.py プロジェクト: huwlynes/peapod
 def purgeSingletonTest( self ):
     c = getConfig( self.arglist )
     purgeConfig()
     d = getConfig( self.arglist )
     self.assertNotEqual( c, d )