python/fixtures: Fix README, slack-desc.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-11 23:47:28 -04:00 committed by Willy Sudiarto Raharjo
parent a1ebb2aa07
commit 57ab606a16
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 10 additions and 9 deletions

View File

@ -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.

View File

@ -16,4 +16,4 @@ fixtures: that meet the Fixtures contract in unittest compatible test cases
fixtures: easy and straight forward.
fixtures:
fixtures: https://launchpad.net/python-fixtures
fixtures:
fixtures: