me
/
guix
Archived
1
0
Fork 0

gnu: python-paramunittest: Fix spelling and grammar.

* gnu/packages/check (python-paramunittest): Fix spelling of "parameterized".
  Fix grammar "allows to create" to "creates".
master
Vagrant Cascadian 2020-04-12 14:35:14 -07:00
parent d6d4283ac7
commit 4d72d02b8a
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 2 additions and 2 deletions

View File

@ -1894,8 +1894,8 @@ possible to write plugins to add your own checks.")
(synopsis (synopsis
"Simple extension to have parametrized unit tests") "Simple extension to have parametrized unit tests")
(description (description
"This package allows to create parametrized unit-tests that work with the standard "This package creates parameterized unit-tests that work with the standard
unittest package. A parametrized test case is automatically converted to multiple test 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 cases. Since they are TestCase subclasses, they work with other test suites that
recognize TestCases.") recognize TestCases.")
(license license:bsd-2))) (license license:bsd-2)))