File: upstream

package info (click to toggle)
python-dbusmock 0.11.4-1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 556 kB
  • ctags: 639
  • sloc: python: 4,442; sh: 5; makefile: 4
file content (6 lines) | stat: -rwxr-xr-x 64 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#!/bin/sh
set -e
cd tests
for f in *.py; do
    python3 $f
done