Search Articles — Sudonull

Search Results

In this project

Factories factory_boy in Django pytest tests

https://sudonull.com/factories-factory-boy-in-django-pytest-tests

Setting up factory_boy for Django models: SubFactory, post_generation, pytest fixtures. Test automation without boilerplate. Code examples for middle/senior.

PocketCoder-A1: autonomous coding agent on Claude

https://sudonull.com/pocketcoder-a1-autonomous-coding-agent-on-claude

Autonomous agent PocketCoder-A1 runs development tasks via Claude CLI/API with pytest and py_compile verification. Installation, architecture, real case. Learn how to set up for overnight work.

Python Testing from Scratch: Courses and Roadmap

https://sudonull.com/python-testing-from-scratch-courses-and-roadmap

Complete Plan to Master Python for QA: from Syntax to Selenium, Jenkins, Docker. Recommended Stepik Courses, Typical Interviews. Start Your IT Journey Without Experience — It Will Take 10 Months.

From the web

pytest documentation

https://pytest.org/

The pytest framework makes it easy to write small, readable tests, and can scale to support complex functional testing for …

pytest · PyPI

https://pypi.org/project/pytest/

Jun 19, 2026 · The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for …

Pytest Tutorial - Unit Testing in Python using Pytest Framework

https://www.geeksforgeeks.org/python/pytest-tutorial-testing-python-application-using-pytest/

Mar 6, 2026 · Pytest is an open-source testing framework that has redefined simplicity and efficiency in Python testing. Its popularity …

Full pytest documentation

https://docs.pytest.org/en/7.1.x/contents.html

How to invoke pytest Specifying which tests to run Getting help on version, option names, environment variables Profiling test …

GitHub - pytest-dev/pytest: The pytest framework makes it easy to …

https://github.com/pytest-dev/pytest

Distributed under the terms of the MIT license, pytest is free and open source software.

The Complete Python Pytest Guide: From Beginner to Expert (A–Z)

https://amir-saeed.medium.com/the-complete-python-pytest-guide-from-beginner-to-expert-a-z-5d721921e00a

Dec 12, 2025 · This article is a complete A–Z guide covering every major concept you need to know to master Pytest — from the …

Pytest Tutorial

https://www.tutorialspoint.com/pytest/index.htm

Pytest is a testing framework for Python that simplifies the process of writing and running tests. It provides a simple syntax for …

pytest - Wikipedia

https://en.wikipedia.org/wiki/Pytest

Pytest is a Python testing framework that originated from the PyPy project. It can be used to write various types of software tests, …

pytest Tutorial: Effective Python Testing – Real Python

https://realpython.com/pytest-python-testing/

Dec 8, 2024 · Master pytest with this hands-on tutorial. Learn fixtures, parametrize, marks, and plugins to write fast, effective Python …

pytest: helps you write better programs — pytest documentation

https://happytest.readthedocs.io/

pytest is a mature full-featured Python testing tool that helps you write better programs. © Copyright 2015–2020, holger krekel and …

Trending Now