summaryrefslogtreecommitdiff
path: root/src/unitTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/unitTests.py')
-rw-r--r--src/unitTests.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/unitTests.py b/src/unitTests.py
index 33ab939..b21d1aa 100644
--- a/src/unitTests.py
+++ b/src/unitTests.py
@@ -1,3 +1,11 @@
+#
+# unitTests.py
+#
+# Unit tests for pyparsing module
+#
+# Copyright 2002-2016, Paul McGuire
+#
+#
# -*- coding: UTF-8 -*-
from unittest import TestCase, TestSuite, TextTestRunner
import unittest