File: python3-diff-match-patch

package info (click to toggle)
python-diff-match-patch 20121119-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 356 kB
  • sloc: python: 3,243; sh: 14; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 222 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh
set -e -u
cp python3/diff_match_patch/diff_match_patch_test.py "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP/"
export PYTHONWARNINGS=d
for py in $(py3versions -i); do
  $py diff_match_patch_test.py --verbose 2>&1
done