From 5dffdc8e956dacef46cb437c27ee6c68cf97339d Mon Sep 17 00:00:00 2001 From: Nikos Giotis Date: Mon, 6 Mar 2017 22:37:40 +0700 Subject: python/testtools: Update README. Signed-off-by: Willy Sudiarto Raharjo --- python/testtools/README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/testtools') diff --git a/python/testtools/README b/python/testtools/README index 40d1fafe3f..9411dcbbb6 100644 --- a/python/testtools/README +++ b/python/testtools/README @@ -3,3 +3,7 @@ Extensions to the Python standard library unit testing framework testtools is a set of extensions to the Python standard library’s unit testing framework. These extensions have been derived from many years of experience with unit testing in Python and come from many different sources. + +Note: +There is a cyclic dependency between fixtures package and testtools package. +Since these are python libraries, one has to just install both of them. -- cgit v1.2.3