From 57ab606a165c5124b8c9f0cdfa697b922b62f212 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 11 Oct 2020 23:47:28 -0400 Subject: python/fixtures: Fix README, slack-desc. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- python/fixtures/README | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'python/fixtures/README') diff --git a/python/fixtures/README b/python/fixtures/README index f2be43458a..a4e946ede3 100644 --- a/python/fixtures/README +++ b/python/fixtures/README @@ -1,11 +1,12 @@ Fixtures, reusable state for writing clean tests and more. -Fixtures defines a Python contract for reusable state / support logic, -primarily for unit testing. Helper and adaption logic is included to make -it easy to write your own fixtures using the fixtures contract. Glue code -is provided that makes using fixtures that meet the Fixtures contract in -unittest compatible test cases easy and straight forward. +Fixtures defines a Python contract for reusable state / support +logic, primarily for unit testing. Helper and adaption logic is +included to make it easy to write your own fixtures using the fixtures +contract. Glue code is provided that makes using fixtures that meet +the Fixtures contract in unittest compatible test cases easy and +straight forward. -Note: -There is a cyclic dependency between testtools package and fixtures package. -Since these are python libraries, one has to just install both of them. +Note: There is a cyclic dependency between the testtools package and +the fixtures package. Since these are python libraries, one has to +just install both of them. -- cgit v1.2.3