blob: 08e9f94dd16c60c1bf5be925ce046e035759435c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Unit tests for the CALS package. Usage:
$ export TEXINPUTS=`pwd`/../cals:
$ python support/run_tests.py
or, to execute a subset of the tests,
$ python support/run_tests.py cell/test_10
Expect that the tests in the directory "visual_tables" fail.
Depending on the OS and TeX distro version, the font drawing
might look different.
Probably I need to package the unit testing code as a separate
package and publish an article about it.
|