Language

Package: python-pytest-helpers-namespace @ 2021.3.24

Synopsis

Pytest Helpers Namespace Plugin

Description

Pytest Helpers Namespace Plugin provides a helpers pytest namespace which can be used to register helper functions without requiring someone to import them in their actual tests to use them.

Home page
https://github.com/saltstack/pytest-helpers-namespace
Location
gnu/packages/python-check.scm (line: 498, column: 2)
License

Lint warnings

LinterMessageLocation
inputs-should-not-be-input

Identify inputs that shouldn't be inputs at all

'python-setuptools' should probably not be an input at all
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?