gnu: python-ddt: Mark up description.

* gnu/packages/python.scm (python-ddt)[description]: Use @dfn.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-07 17:15:45 +01:00
parent 3d63422c92
commit ef20a6f0b4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -10426,8 +10426,9 @@ convering text with ANSI color codes to HTML or LaTeX.")
(home-page "https://github.com/txels/ddt") (home-page "https://github.com/txels/ddt")
(synopsis "Data-Driven Tests") (synopsis "Data-Driven Tests")
(description (description
"DDT (Data-Driven Tests) allows you to multiply one test case by running "Data-Driven Tests (@dfn{DDT}) allow you to multiply one test case by
it with different test data, and make it appear as multiple test cases.") running it with different test data, and make it appear as multiple test
cases.")
(license license:expat))) (license license:expat)))
(define-public python2-ddt (define-public python2-ddt