Example #1
0
def main():

    utils.set_console_title()
    init_conf()
    curses.wrapper(init_tyrs)
    print 'Waiting for thread stopping...'
    return 0
Example #2
0
    def __init__(self, path):
        self.data = self.check_coverage(path)
        title = '{func} @ {src_rel}'.format(**self.data)
        utils.set_console_title(title)

        result = Result(path, **self.data)
        self.mode = result.get_mode()
        self.files = result.collect_files()
        self.wb = None

        self.collect_files()
        self.check_tctbl()
        self.check_csv()

        self.is_ready()
Example #3
0
File: tyrs.py Project: Nic0/tyrs
def main():

    utils.set_console_title()
    init_conf()
    init_tyrs()
Example #4
0
File: tyrs.py Project: dialelo/tyrs
def main():
    utils.set_console_title()
    init_conf()
    init_tyrs()