You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.3 KiB
Tcl
35 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-pytest-json-report
|
|
version 1.5.0
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers nomaintainer
|
|
supported_archs noarch
|
|
|
|
description A pytest plugin to creates test reports as JSON
|
|
|
|
long_description \
|
|
This pytest plugin creates test reports as JSON. This makes it easy to \
|
|
process test results in other applications. It can report a summary, \
|
|
test details, captured output, logs, exception tracebacks and more. \
|
|
Additionally, you can use the available fixtures and hooks to add \
|
|
metadata and customize the report as you like.
|
|
|
|
homepage https://github.com/numirias/pytest-json-report
|
|
|
|
checksums rmd160 57b29f65914bc1a4fe4371ef15fede7e137b8a3d \
|
|
sha256 2dde3c647851a19b5f3700729e8310a6e66efb2077d674f27ddea3d34dc615de \
|
|
size 21241
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-pytest \
|
|
port:py${python.version}-pytest-metadata
|
|
}
|