diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2017-03-05 09:29:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-05 09:30:23 +0700 |
commit | f8cb5330cb6bf36ba168a9d61900dccb358b2c70 (patch) | |
tree | a192fa84cf7ce61adc2b3889c5dfe203ae418f04 /python/testtools/slack-desc | |
parent | 255df1ea92ba388a73296bfdc4580016102cf7dd (diff) | |
download | slackbuilds-f8cb5330cb6bf36ba168a9d61900dccb358b2c70.tar.gz |
python/testtools: Added (Python unit testing framework extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/testtools/slack-desc')
-rw-r--r-- | python/testtools/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/testtools/slack-desc b/python/testtools/slack-desc new file mode 100644 index 0000000000..b09cb7eb2e --- /dev/null +++ b/python/testtools/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +testtools: testtools (Extensions to the Python unit testing framework) +testtools: +testtools: testtools is a set of extensions to the Python standard library’s +testtools: unit testing framework. These extensions have been derived from many +testtools: years of experience with unit testing in Python and come from many +testtools: different sources. +testtools: +testtools: https://github.com/testing-cabal/testtools +testtools: +testtools: +testtools: |