mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Add python-pytest-cram.
* gnu/packages/python-check.scm (python-pytest-cram): New variable.
This commit is contained in:
parent
684c718e6a
commit
e56b07663c
1 changed files with 20 additions and 0 deletions
|
@ -127,6 +127,26 @@ (define-public python-pytest-click
|
||||||
interfaces with pytest.")
|
interfaces with pytest.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-pytest-cram
|
||||||
|
(package
|
||||||
|
(name "python-pytest-cram")
|
||||||
|
(version "0.2.2")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "pytest-cram" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0405ymmrsv6ii2qhq35nxfjkb402sdb6d13xnk53jql3ybgmiqq0"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(propagated-inputs (list python-cram python-pytest))
|
||||||
|
(home-page "https://github.com/tbekolay/pytest-cram")
|
||||||
|
(synopsis "Run cram tests with pytest.")
|
||||||
|
(description "Cram tests command line applications; Pytest tests Python
|
||||||
|
applications. @code{pytest-cram} tests Python command line applications by
|
||||||
|
letting you write your Python API tests with pytest, and your command line
|
||||||
|
tests in cram.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-pytest-csv
|
(define-public python-pytest-csv
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-csv")
|
(name "python-pytest-csv")
|
||||||
|
|
Loading…
Reference in a new issue