summaryrefslogtreecommitdiff
path: root/bin/pytest
blob: 852bdd14cd1f6becbe8b2aa27e3c976cd1a532be (plain)
1
2
3
4
#!/usr/bin/python -u

from logilab.common.pytest import run
run()