summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-08-14 11:17:14 +0000
committerSteven Knight <knight@baldmt.com>2001-08-14 11:17:14 +0000
commit7884cffaf3380a66a999ae8db12e0418f96993c0 (patch)
tree98d0b177f9b53719dc070c00f52332f653b65049 /template
parent062cbfc18a81e3b0c4147c4ead7cebff5e18063f (diff)
downloadscons-7884cffaf3380a66a999ae8db12e0418f96993c0.tar.gz
Clean up tests.
Diffstat (limited to 'template')
-rw-r--r--template/Tests.py3
-rw-r--r--template/test.py6
2 files changed, 7 insertions, 2 deletions
diff --git a/template/Tests.py b/template/Tests.py
new file mode 100644
index 00000000..64d9cdfc
--- /dev/null
+++ b/template/Tests.py
@@ -0,0 +1,3 @@
+__revision__ = "${subst '^src/scons/' '' $filename} __REVISION__ __DATE__ __DEVELOPER__"
+
+import unittest
diff --git a/template/test.py b/template/test.py
index b43a73fd..4f7d8ffb 100644
--- a/template/test.py
+++ b/template/test.py
@@ -1,3 +1,5 @@
-__revision__ = "${subst '^src/scons/' '' $filename} __REVISION__ __DATE__ __DEVELOPER__"
+#!/usr/bin/env python
-from TestCmd import TestCmd
+__revision__ = "$filename __REVISION__ __DATE__ __DEVELOPER__"
+
+import TestCmd