summaryrefslogtreecommitdiff
path: root/bin/pytest
blob: 88f74ae489bbf4ed8882d744a9205adf7333f81e (plain)
1
2
3
4
5
6
7
#!/usr/bin/python -u

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

from logilab.common.pytest import run
run()