File: run

package info (click to toggle)
python-reportlab 4.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,016 kB
  • sloc: python: 99,042; xml: 1,494; makefile: 146; sh: 12
file content (12 lines) | stat: -rwxr-xr-x 472 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/sh -e

cp -a /usr/share/doc/python3-reportlab/tests .
cd tests
# run tests, excluding some of them, and redirecting the error message
# "Warn: Can't find .pfb for face 'Times-Roman'" to stdout
python3 runAll.py --post-install \
	--exclude=test_pdfbase_fontembed --exclude=test_docs_build \
	--exclude=test_platypus_paragraphs --exclude=test_lib_utils \
	--exclude=test_graphics_images --exclude=test_platypus_tables \
	--exclude=test_tools_pythonpoint \
	2>&1