summaryrefslogtreecommitdiff
path: root/test/README
blob: 799fcb722751343dfd090d649554d2b9ef2c1b11 (plain)
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.