예제 #1
0
파일: test_pretty.py 프로젝트: renlord/pubs
 def setUp(self):
     conf = config.load_default_conf()
     color.setup(conf)
예제 #2
0
파일: test_pretty.py 프로젝트: dinosv/pubs
 def setUp(self):
     color.setup(enable=False)
예제 #3
0
파일: test_pretty.py 프로젝트: omangin/pubs
 def setUp(self):
     color.setup()
예제 #4
0
파일: test_pretty.py 프로젝트: pubs/pubs
 def setUp(self):
     conf = config.load_default_conf()
     color.setup(conf)