File: README

package info (click to toggle)
py3cairo 1.10.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,476 kB
  • ctags: 2,229
  • sloc: python: 12,337; ansic: 4,885; makefile: 160; sh: 32
file content (13 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
pycairo tests
-------------

The main test files are the '*_test.py' files.
They use py.test.
http://pytest.org/

$ cd test
$ py.test

The other files are tests that were used to test/develop specific
functions. They usually require you run the test and then visually examine the
output.