From 631fdf36646827041b9041cfe933e393df5668e5 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 27 Jan 2014 14:25:58 +0700 Subject: python/pytest: Added (simple powerful testing with Python). Signed-off-by: Willy Sudiarto Raharjo --- python/pytest/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/pytest/README (limited to 'python/pytest/README') 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. -- cgit v1.2.3-65-gdbad