File: pytest

package info (click to toggle)
logilab-common 0.58.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,132 kB
  • sloc: python: 11,407; makefile: 57; sh: 11
file content (7 lines) | stat: -rwxr-xr-x 136 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/python -u

import warnings
warnings.simplefilter('default', DeprecationWarning)

from logilab.common.pytest import run
run()