.coveragerc (203B)
1 [run] 2 branch = true 3 source = webssh 4 5 [report] 6 exclude_lines = 7 if self.debug: 8 pragma: no cover 9 raise NotImplementedError 10 if __name__ == .__main__.: 11 ignore_errors = True 12 omit = 13 tests/*
websshWeb based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/ | |
git clone http://git.hanabi.in/repos/webssh.git | |
Log | Files | Refs | README | LICENSE |