• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[run]
2branch = True
3
4[report]
5exclude_lines =
6  pragma: no cover
7  raise NotImplementedError
8  if __name__ == .__main__.:
9  def main\(args\):
10show_missing = True
11skip_covered = True
12