diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 23:47:28 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:17 +0700 |
commit | 57ab606a165c5124b8c9f0cdfa697b922b62f212 (patch) | |
tree | d62e7b89269683546b5a92e99b01e65717a558b5 /python | |
parent | a1ebb2aa07625387deebd5baf9c1a677ab702e1d (diff) | |
download | slackbuilds-57ab606a165c5124b8c9f0cdfa697b922b62f212.tar.gz |
python/fixtures: Fix README, slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/fixtures/README | 17 | ||||
-rw-r--r-- | python/fixtures/slack-desc | 2 |
2 files changed, 10 insertions, 9 deletions
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. diff --git a/python/fixtures/slack-desc b/python/fixtures/slack-desc index 05fa24ae8d..83e14e549c 100644 --- a/python/fixtures/slack-desc +++ b/python/fixtures/slack-desc @@ -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:
\ No newline at end of file +fixtures: |