summaryrefslogtreecommitdiff
path: root/devel/py-unit/DESCR
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-01-29 16:19:03 +0000
committerdrochner <drochner@pkgsrc.org>2002-01-29 16:19:03 +0000
commit4d1aa937d682c274fce07bea6ed5975f59524f42 (patch)
tree4f873cbc5a82c092699d59d91adc487836e414f4 /devel/py-unit/DESCR
parent0dd0a5d492e1d86d6dbb9f2188d26af4022593f3 (diff)
downloadpkgsrc-4d1aa937d682c274fce07bea6ed5975f59524f42.tar.gz
initial import of py-unit-1.4.1, a unit testing framework for python,
submitted by Shell Hung per PR pkg/15094
Diffstat (limited to 'devel/py-unit/DESCR')
-rw-r--r--devel/py-unit/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-unit/DESCR b/devel/py-unit/DESCR
new file mode 100644
index 00000000000..df63a587131
--- /dev/null
+++ b/devel/py-unit/DESCR
@@ -0,0 +1,4 @@
+A unit testing framework for Python based on JUnit and XUnit, the
+de-facto standard frameworks for Java and SmallTalk respectively.
+Provides a standard, proven, simple and elegant way to write unit
+tests for Python software. GUI also provided.