File: __main__.py

package info (click to toggle)
pytest-watcher 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 856 kB
  • sloc: python: 925; makefile: 28; sh: 13
file content (4 lines) | stat: -rw-r--r-- 81 bytes parent folder | download
1
2
3
4
from .watcher import run

if __name__ == "__main__":
    raise SystemExit(run())