summaryrefslogtreecommitdiff
path: root/misc/pylib/robofab/test/__init__.py
blob: f344158041447280420cf3bc8a2811928d89db84 (plain)
1
2
3
4
5
6
7
8
"""Directory for unit tests.

Modules here are typically named text_<something>.py, where <something> is
usually a module name, for example "test_flPen.py", but it can also be the name
of an area or concept to be tested, for example "test_drawing.py".

Testmodules should use the unittest framework.
"""