예제 #1
0
파일: pkm.py 프로젝트: neofort/packman
def pkm(test_options=None):
    """Main entry point for script."""
    version = ver_check()
    options = test_options or docopt(__doc__, version=version)
    utils.set_global_verbosity_level(options.get('--verbose'))
    check_distro(verbose=options.get('--verbose'))
    lgr.debug(options)
    pkm_run(options)
예제 #2
0
 def test_check_distro_success(self):
     utils.check_distro()
예제 #3
0
 def test_check_distro_success(self):
     utils.check_distro()