Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pilas/test/test.py
blob: 27a0fc8393e7fb788bfda21d8959df768d1ff48a (plain)
1
2
3
4
import os

if __name__ == '__main__':
    os.system("py.test -v --tb=short")