File: hook.py

package info (click to toggle)
diff-cover 10.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,252 kB
  • sloc: python: 6,425; xml: 218; cpp: 18; sh: 12; makefile: 10
file content (4 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (3)
1
2
3
4
import pluggy

# Other packages that implement diff_cover plugins use this.
hookimpl = pluggy.HookimplMarker("diff_cover")