Language

Package: python-pytest-qt @ 4.4.0

Synopsis

Pytest support for PyQt and PySide applications

Description

pytest-qt is a Pytest plugin that allows programmers to write tests for PyQt5 and PySide2 applications.

The main usage is to use the qtbot fixture, responsible for handling qApp creation as needed and provides methods to simulate user interaction, like key presses and mouse clicks.

Home page
https://github.com/pytest-dev/pytest-qt
Location
License

Lint warnings

LinterMessageLocation
inputs-should-be-native

Identify inputs that should be native inputs

'python-pytest' should probably be a native input
  • gnu/packages/python-check.scm (line: 2777, column: 2)
inputs-should-not-be-input

Identify inputs that shouldn't be inputs at all

'python-pre-commit' should probably not be an input at all
  • gnu/packages/python-check.scm (line: 2777, column: 2)