File: test_examples.sh

package info (click to toggle)
python-sparse 0.16.0a9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,948 kB
  • sloc: python: 9,959; makefile: 8; sh: 3
file content (3 lines) | stat: -rw-r--r-- 74 bytes parent folder | download
1
2
3
for example in $(find ./examples/ -iname *.py); do
  python $example
done