An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by Pytest-with-Eric

A curated list of projects in awesome lists by Pytest-with-Eric .

https://github.com/pytest-with-eric/pytest-fastapi-crud-example

Testing a FastAPI CRUID API using Pytest

Last synced: 01 Dec 2024

https://github.com/pytest-with-eric/pytest-mock-example

How To Mock In Pytest? (A Comprehensive Guide)

pytest-mock pytest-mocking

Last synced: 01 Dec 2024

https://github.com/pytest-with-eric/pytest-db-testing-example

How To Test Database Transactions With Pytest And SQLModel

orm-testing pytest-sql-testing pytest-sqlmodel sqlalchemy-python sqlmodel

Last synced: 29 Jan 2025

https://github.com/pytest-with-eric/pytest-asyncio-example

A Practical Guide To Async Testing With Pytest-Asyncio

pytest-async pytest-asyncio python-asynchronous

Last synced: 29 Jan 2025

https://github.com/pytest-with-eric/pytest-fixture-scope-example

What Are Pytest Fixture Scopes? (How To Choose The Best Scope For Your Test)

fixture-scope pytest pytest-fixture-scope pytest-fixtures

Last synced: 29 Jan 2025

https://github.com/pytest-with-eric/pytest-tox-poetry-example

How To Test And Build Python Packages With Pytest, Tox And Poetry

poetry poetry-python pytest-poetry pytest-tox tox

Last synced: 10 Apr 2025

https://github.com/pytest-with-eric/pytest-environment-variables-example

3 Simple Ways To Define Environment Variables In Pytest

pytest-env pytest-environment-variables python-dotenv

Last synced: 08 Apr 2025

https://github.com/pytest-with-eric/pytest-selenium-example

How To Use Pytest With Selenium For Web Automation Testing

pytest-plugin pytest-selenium selenium-python selenium-tests selenium-webdriver

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-bdd-example

A Complete Guide To Behavior-Driven Testing With Pytest BDD

bdd-tests feature-testing gherkin-language pytest-bdd

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-mock-celery-task-example

How To Mock Celery Tasks With Pytest (Step-by-Step Guide with Examples)

celery-task celery-tasks celery-workers pytest-celery pytest-mock

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-logging-example

How To Use Pytest Logging And Print To Console And File (A Practical Guide)

caplog pytest-logging

Last synced: 01 Dec 2024

https://github.com/pytest-with-eric/pytest-request-fixture-example

How To Access Test Details With Pytest Request Fixture)

pytest-fixtures pytest-request-fixture

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-setup-teardown-example

What is Setup and Teardown in Pytest? (Importance of a Clean Test Environment)

pytest-fixture-scope pytest-fixtures setup-teardown teardown

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/python-testing-frameworks-example

Practical Overview Of The Top 5 Python Testing Frameworks

doctest nose2 nosetests python-testing robotframework unittest

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-external-api-example

How To Write Tests For External (3rd Party) API Calls with Pytest

pytest-api-testing pytest-external-api-testing python-wiremock

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-magicmock-raise-exception-example

How To Test Raised Exceptions with Pytest MagicMock? (Advanced Guide)

magicmock pytest-exception-handling pytest-mock pytest-raise-exception

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-tdd-example

How To Practice Test-Driven Development In Python? (Deep Dive)

pytest-tdd python-tdd tdd

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-ignore-directory-example

3 Simple Ways To Ignore Test Directories in Pytest

pytest-ignore-directory

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-parameterized-tests-example

How to Effortlessly Generate Unit Test Cases with Pytest Parameterized Tests

parameterized parameterized-testing pytest-parameters

Last synced: 02 Apr 2025

https://github.com/pytest-with-eric/run-pytest-in-vscode-example

How To Run Pytest In VS Code (Easy To Follow Step-By-Step Tutorial)

ide-testing pytest-plugin pytest-vscode

Last synced: 10 Apr 2025

https://github.com/pytest-with-eric/api-testing-masterclass

Pytest API Testing with FastAPI, SQLAlchemy, Postgres 

pytest-fastapi pytest-sqlalchemy sqlalchemy-python

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-allure-report-example

How To Create Interactive Test Reports with Pytest and Allure

allure-report allure-reports pytest-allure python-allure

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-poetry-test-coverage-example

How To Measure And Improve Test Coverage With Poetry And Pytest

coverage-report poetry-test-coverage pytest-cov python-coverage

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-fixture-autouse-example

How to Auto-Request Pytest Fixtures Using "Autouse"

fixture-scope pytest-fixture-autouse pytest-fixtures

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-technical-task

Technical Writer task for www.pytest-with-eric.com

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-generate-tests-example

A Beginner's Guide To `pytest_generate_tests` (Explained With 2 Examples)

pytest pytest-generate-tests pytest-parameters

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-benchmark-example

How To Measure And Improve Code Efficiency with Pytest Benchmark (The Ultimate Guide)

benchmark benchmarking-framework pytest-benchmark python-benchmark

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-mocking-vs-patching-example

Mocking Vs. Patching (A Quick Guide For Beginners)

mocking-vs-patching pytest-mocking pytest-patch

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-configure-example

What Is The pytest_configure Hook? (A Simple Guide)

pytest-configure pytest-conftest pytest-hooks

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-argument-testing-example

How To Test CLI Applications With Pytest, Argparse And Typer

argparse cli-testing pytest-argparse pytest-typer typer

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/python-freezegun-example

A Simple Guide To Controlling Time in Pytest Using Freezegun

freezegun pytest-freezegun python-freezegun

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-stdout-example

The Ultimate Guide To Capturing Stdout/Stderr Output In Pytest

capfd capsys pytest-stderr pytest-stdout

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-caplog-example

What Is Pytest Caplog? (Everything You Need To Know)

caplog pytest-caplog pytest-logging

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-mock-multiple-return-values-example

How To Return Multiple Values From Pytest Mock (Practical Guide)

mock mocking pytest-mock pytest-mocker

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-approx-example

A Comprehensive Guide to Pytest Approx for Accurate Numeric Testing

approximate-computing pytest-approx python-numerical-testing

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-markers-example

Ultimate Guide To Pytest Markers And Good Test Management

markers pytest-markers pytest-plugin

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-k-example

How To Filter Tests Effortlessly With Pytest -K Options

pytest-config-file pytest-k-options pytest-options

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-hooks-example

Introduction To Pytest Hooks (A Practical Guide For Beginners)

hooks pytest-hooks

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-command-not-found-example

7 Simple Ways To Fix The "Pytest Command Not Found" Error

pytest-commands

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-fixture-mocker-example

How To Easily Resolve The "Fixture 'Mocker' Not Found" Error in Pytest

fixture-test mocker pytest-fixture pytest-mock pytest-mocker

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-mock-assert-called-example

What Are Pytest Mock Assert Called Methods and How To Leverage Them

pytest-mock pytest-mock-assert-called

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-tmp-path-example

How To Manage Temporary Files with Pytest tmp_path

pytest-tmp-path tmp-directory tmp-path

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-verbose-example

https://pytest-with-eric.com/introduction/pytest--v-option/

pytest-cli pytest-output pytest-v-options pytest-verbosity

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-addoption-example

How To Use Pytest With Command Line Options (Easy To Follow Guide)

cli-options pytest-addoption pytest-cli pytest-plugin

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-run-single-test-example

How To Run A Single Test In Pytest (Using CLI And Markers)

pytest-markers pytest-run-test pytest-single-test

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/python-testing-strategy-example

Python Testing 101 (How To Decide What To Test)

python-testing python-unit-testing test-strategy

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-pycharm-integration-example

How To Set Up Pytest With PyCharm (Step-By-Step Guide)

pycharm-ide pycharm-settings pytest-pycharm

Last synced: 06 Apr 2025

https://github.com/pytest-with-eric/pytest-sessionstart-sessionfinish-example

pytest_sessionstart and pytest_sessionfinish (A Complete Guide)

pytest-hooks pytest-sessionfinish pytest-sessionstart

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-fixture-argument-example

A Step-by-Step Guide To Using Pytest Fixtures With Arguments

fixture-factories fixture-factory-pattern pytest-fixtures

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-overmocking-examples

Common Mocking Problems & How To Avoid Them (+ Best Practices)

mocking patching pytest-mock pytest-mock-assert-called

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-html-example

How To Create Custom HTML Test Reports With pytest-html

pytest-html pytest-html-reporter

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-ignore-warnings-example

How To Ignore Warnings In Pytest (With Examples)

pytest-ignore-warnings pytest-warnings

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-xdist-example

Parallel Testing Made Easy With pytest-xdist

pytest-parallel pytest-xdist xdist

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-poetry-example

How To Run Pytest With Poetry (A Step-by-Step Guide)

poetry-python pytest-poetry

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-config-file-example

Pytest Config Files - A Practical Guide To Good Config Management

pyproject-toml pytest-config-file pytest-config-files pytest-ini tox-ini

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-collected-0-items-example

A Simple Guide to Fixing The 'Pytest Collected 0 Items'" Error

pytest-collected-0-items pytest-collection pytest-conftest

Last synced: 24 Mar 2025

https://github.com/pytest-with-eric/pytest-fixture-not-found-example

5 Simple Techniques To Resolve The Pytest Fixture Not Found Error

pytest-fixture pytest-fixture-scope pytest-fixtures pytest-mocker pytest-plugin

Last synced: 24 Mar 2025