File: unittest

package info (click to toggle)
python-icecream 2.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 240 kB
  • sloc: python: 1,808; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (3)
1
2
3
4
set -e
for python in $(py3versions -s); do
    $python -m unittest tests/test_icecream.py
done