mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-paramunittest: Fix spelling and grammar.
* gnu/packages/check (python-paramunittest): Fix spelling of "parameterized". Fix grammar "allows to create" to "creates".
This commit is contained in:
parent
d6d4283ac7
commit
4d72d02b8a
1 changed files with 2 additions and 2 deletions
|
@ -1894,8 +1894,8 @@ (define-public python-paramunittest
|
|||
(synopsis
|
||||
"Simple extension to have parametrized unit tests")
|
||||
(description
|
||||
"This package allows to create parametrized unit-tests that work with the standard
|
||||
unittest package. A parametrized test case is automatically converted to multiple test
|
||||
"This package creates parameterized unit-tests that work with the standard
|
||||
unittest package. A parameterized test case is automatically converted to multiple test
|
||||
cases. Since they are TestCase subclasses, they work with other test suites that
|
||||
recognize TestCases.")
|
||||
(license license:bsd-2)))
|
||||
|
|
Loading…
Reference in a new issue