Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 996 Bytes

Testing-Resources.md

File metadata and controls

12 lines (7 loc) · 996 Bytes

Today’s plugin - Plugin Tests

pytest - pytest is a mature full-featured Python testing tool that helps you write better programs.

qtbot - classpytestqt.qtbot.QtBot(request) Instances of this class are responsible for sending events to Qt objects (usually widgets), simulating user input. Important: Instances of this class should be accessed only by using a qtbot fixture, never instantiated directly.

pytest-cov - pytest-cov’s documentation

codecov - As long as your code has tests and your coverage tool can output coverage results in a [compatible format], you can use Codecov.

GitHub workflow docs - You only need a GitHub repository to create and run a GitHub Actions workflow.