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, 0 insertions, 8 deletions
diff --git a/misc/pylib/robofab/test/__init__.py b/misc/pylib/robofab/test/__init__.py
deleted file mode 100755
index f34415804..000000000
--- a/misc/pylib/robofab/test/__init__.py
+++ /dev/null
@@ -1,8 +0,0 @@
-"""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.
-"""