summaryrefslogtreecommitdiffstats
path: root/python/pytest/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-01-27 14:25:58 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-01-29 23:21:16 -0600
commit631fdf36646827041b9041cfe933e393df5668e5 (patch)
tree20ce3067e156389c14589ec658dbe355b7fb5e5d /python/pytest/README
parentc888af696eeb8d89a07ce6127f63011e8e75e7b9 (diff)
downloadslackbuilds-631fdf36646827041b9041cfe933e393df5668e5.tar.gz
slackbuilds-631fdf36646827041b9041cfe933e393df5668e5.tar.xz
python/pytest: Added (simple powerful testing with Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pytest/README')
-rw-r--r--python/pytest/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/pytest/README b/python/pytest/README
new file mode 100644
index 0000000000..f0da7f419a
--- /dev/null
+++ b/python/pytest/README
@@ -0,0 +1,2 @@
+The pytest testing tool makes it easy to write small tests, yet
+scales to support complex functional testing.