Projects in Awesome Lists by pytest-dev
A curated list of projects in awesome lists by pytest-dev .
https://github.com/pytest-dev/pytest
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
hacktoberfest python test testing unit-testing
Last synced: 12 May 2025
https://github.com/pytest-dev/pytest-testinfra
Testinfra test your infrastructures
ansible chef devops devops-tools docker infrastructure-as-code infrastructure-testing kubernetes nagios puppet pytest-plugin python saltstack tdd tdd-utilities testing testing-tools
Last synced: 12 Dec 2025
https://github.com/pytest-dev/pytest-mock
Thin-wrapper around the mock package for easier use with pytest
Last synced: 14 May 2025
https://github.com/pytest-dev/pytest-xdist
pytest plugin for distributed testing and loop-on-failures testing modes.
hacktoberfest pytest pytest-plugin
Last synced: 14 May 2025
https://github.com/pytest-dev/pytest-asyncio
Asyncio support for pytest
asyncio pytest-plugin python testing
Last synced: 14 May 2025
https://github.com/pytest-dev/pytest-django
A Django plugin for pytest.
django pytest pytest-plugin python python3
Last synced: 10 May 2025
https://github.com/pytest-dev/pluggy
A minimalist production ready plugin system
Last synced: 14 May 2025
https://github.com/pytest-dev/pytest-bdd
BDD library for the pytest runner
bdd bdd-framework pytest-plugin python python3 testing
Last synced: 13 May 2025
https://github.com/pytest-dev/pytest-html
Plugin for generating HTML reports for pytest results
html plugin pytest pytest-plugin python
Last synced: 13 May 2025
https://github.com/pytest-dev/pyfakefs
Provides a fake file system that mocks the Python file system modules.
filesystem mocking pytest-plugin python unit-testing
Last synced: 11 Dec 2025
https://github.com/pytest-dev/pytest-randomly
:game_die: Pytest plugin to randomly order tests and control random.seed
Last synced: 29 Mar 2025
https://github.com/pytest-dev/pytest-flask
A set of pytest fixtures to test Flask applications
flask pytest pytest-flask pytest-plugin python testing unit-testing
Last synced: 17 Dec 2025
https://github.com/pytest-dev/pytest-qt
pytest plugin for Qt (PyQt5/PyQt6 and PySide2/PySide6) application testing
Last synced: 14 May 2025
https://github.com/pytest-dev/pytest-factoryboy
factory_boy integration the pytest runner
Last synced: 07 Jul 2025
https://github.com/pytest-dev/pytest-selenium
Plugin for running Selenium with pytest
plugin pytest selenium webdriver
Last synced: 14 May 2025
https://github.com/pytest-dev/cookiecutter-pytest-plugin
A Cookiecutter template for pytest plugins 💻
Last synced: 29 Mar 2025
https://github.com/pytest-dev/pytest-splinter
pytest splinter and selenium integration for anyone interested in browser interaction in tests
Last synced: 09 Apr 2025
https://github.com/pytest-dev/pytest-repeat
pytest plugin for repeating test execution
Last synced: 11 May 2025
https://github.com/pytest-dev/pytest-github-actions-annotate-failures
Pytest plugin to annotate failed tests with a workflow command for GitHub Actions
github-actions pytest python testing workflow
Last synced: 15 May 2025
https://github.com/pytest-dev/pytest-env
pytest plugin to set environment variables in pytest.ini or pyproject.toml file
Last synced: 08 May 2025
https://github.com/pytest-dev/pytest-cpp
Use pytest's runner to discover and execute C++ tests
Last synced: 15 May 2025
https://github.com/pytest-dev/pytest-xprocess
pytest external process plugin
Last synced: 26 Oct 2025
https://github.com/pytest-dev/pytest-reportlog
Replacement for the --resultlog option, focused in simplicity and extensibility
Last synced: 29 Mar 2025
https://github.com/pytest-dev/pytest-random-order
pytest plugin to randomise the order of tests with some control over the randomness
pytest pytest-plugin python random randomiser reordering shuffle tdd test testing
Last synced: 11 Dec 2025
https://github.com/pytest-dev/py
Python development support library (note: maintenance only)
Last synced: 15 May 2025
https://github.com/pytest-dev/pytest-play
pytest plugin that let you automate actions and assertions with test metrics reporting executing plain YAML files
pytest pytest-plugin python python3 statsd test-automation test-metrics testing
Last synced: 19 Jul 2025
https://github.com/pytest-dev/pytest-metadata
Plugin for accessing test session metadata
Last synced: 07 Jul 2025
https://github.com/pytest-dev/pytest-messenger
Pytest-messenger report plugin for all popular messengers like: Slack, DingTalk, Telegram
dingtalk dingtalk-python dingtalk-robot pytest pytest-plugin slack slack-webhook
Last synced: 07 Apr 2025
https://github.com/pytest-dev/pytest-mimesis
Mimesis integration with the pytest test runner. This plugin provider useful fixtures based on providers from Mimesis.
fake-data faker fixtures mimesis plugin pytest pytest-mimesis pytest-plugin testing testing-tools
Last synced: 11 May 2025
https://github.com/pytest-dev/pytest-services
Collection of fixtures and utility functions to run service processes for your tests
Last synced: 29 Mar 2025
https://github.com/pytest-dev/pytest-freezer
Pytest plugin providing a fixture interface for spulec/freezegun
Last synced: 07 Jul 2025
https://github.com/pytest-dev/pytest-incremental
py-test plugin: an incremental test runner
Last synced: 29 Mar 2025
https://github.com/pytest-dev/nose2pytest
Scripts to convert Python Nose tests to PyTest
Last synced: 14 Dec 2025
https://github.com/pytest-dev/pytest-cloud
Distributed tests planner plugin for pytest testing framework.
Last synced: 02 Apr 2025
https://github.com/pytest-dev/pytest-localserver
py.test plugin to test server connections locally. This repository was migrated from Bitbucket.
http https pytest-plugin python server smtp test testing unit-testing
Last synced: 07 Jul 2025
https://github.com/pytest-dev/pygments-pytest
A pygments lexer for pytest output
Last synced: 11 Dec 2025
https://github.com/pytest-dev/pytest-echo
pytest plugin to dump environment variables, package version and generic attributes.
Last synced: 10 Jul 2025
https://github.com/pytest-dev/pytest-inline
pytest-inline is a pytest plugin for writing inline tests.
inline-tests pytest pytest-plugin python testing testing-tool
Last synced: 23 Sep 2025
https://github.com/pytest-dev/pytest-plus
pytest-plus adds new features to pytest
hacktoberfest pep-621 pytest-plugin
Last synced: 12 Dec 2025
https://github.com/pytest-dev/pytest-nunit
An Nunit output plugin for Pytest
Last synced: 12 Oct 2025
https://github.com/pytest-dev/pytest-bpdb
pytest plugin for dropping to bpdb on test failures
Last synced: 13 Oct 2025
https://github.com/pytest-dev/pytest-talks
public pytest talks and workshops - meant to help user groups spin up talks and workshops
Last synced: 06 Oct 2025
https://github.com/pytest-dev/meta
Used for generic pytest organization issues, stuff that can impact multiple projects.
Last synced: 25 Jun 2025
https://github.com/pytest-dev/pytest-libfaketime
Prepare pytest for python-libfaketime - https://github.com/simon-weber/python-libfaketime
libfaketime mock pytest pytest-plugin
Last synced: 02 Aug 2025