Exemplo n.º 1
0
 def setUp(self):
     conf = get_config()
     # use some default config options for these tests
     for sec, opt, val in Config.conf:
         if sec in ['genres', 'scores']:
             conf.set(sec, opt, val)
     self.taglib = TagLib(conf, WHITELIST, TAGSFILE)