summaryrefslogtreecommitdiff
path: root/misc/pylib/robofab/test/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'misc/pylib/robofab/test/__init__.py')
-rwxr-xr-xmisc/pylib/robofab/test/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/pylib/robofab/test/__init__.py b/misc/pylib/robofab/test/__init__.py
new file mode 100755
index 000000000..f34415804
--- /dev/null
+++ b/misc/pylib/robofab/test/__init__.py
@@ -0,0 +1,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.
+"""