diff options
author | reed <reed> | 2011-10-21 12:35:30 +0000 |
---|---|---|
committer | reed <reed> | 2011-10-21 12:35:30 +0000 |
commit | 6db4befa491dd7a4d61e9721bf322f094778c9da (patch) | |
tree | 06de10a62d1d0d2eac3485369f3ffc284435d9dd /devel/lettuce/DESCR | |
parent | 2897b10b42fdbdbda138f6c89dea5d04b41c6ad5 (diff) | |
download | pkgsrc-6db4befa491dd7a4d61e9721bf322f094778c9da.tar.gz |
Import lettuce 1.1.33
Lettuce is a simple behaviour-driven development (BDD) tool based
on Cucumber. The features of the system (to be tested) are defined
in a natural language with scenarios describing the features. Steps
are written in python.
(I packaged this for my work at ISC. We are developing a
DNS server test suite to be usable for various DNS servers
for compliance testing.)
Diffstat (limited to 'devel/lettuce/DESCR')
-rw-r--r-- | devel/lettuce/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/lettuce/DESCR b/devel/lettuce/DESCR new file mode 100644 index 00000000000..789f760c04c --- /dev/null +++ b/devel/lettuce/DESCR @@ -0,0 +1,4 @@ +Lettuce is a simple behaviour-driven development (BDD) tool based +on Cucumber. The features of the system (to be tested) are defined +in a natural language with scenarios describing the features. Steps +are written in python. |