Skip to main content
Software Engineering Made Simple
Home
Posts
Open Source Projects
Tags
About
Testing
12 posts
2026
Nobody Tests Their AI Agent Skills. Here's Why That's a Problem (and How to Fix It)
4/15/26
There are 47,000+ AI agent skills across 6,300+ repositories (according to a SkillsBench study that queries GitHub and others for the …
ai
agents
testing
evaluation
agent-skills
ai-testops
Read more
Claude Sauce - Spicey, Yet Nicey
1/13/26
TL;DR We built an internal framework - Claude Sauce - that lets teams package domain knowledge, workflows, and automation into reusable …
ai
claude
agents
marketplace
testing
agentic-ai
Read more
2025
How to Deploy a pytest Testing Project Using Cookiecutter
9/8/25
Introduction Cookiecutter is a powerful command-line utility that creates projects from templates, making it an excellent tool for …
python
pytest
cookiecutter
testing
automation
templates
Read more
MCP Made Simple (Even for Testing!) Using FastMCP
8/24/25
I’m not going to explain what MCP is - most of you are already onboarded to the hype. Instead I’m going to talk about FastMCP, a …
mcp
fastmcp
python
ai
claude
testing
automation
Read more
Kickstarting AI-Enhanced Automation Infrastructure: A Practical Guide Using Claude Code
7/30/25
Imagine you’re a software developer - or better yet, an automation infrastructure engineer - tasked with building a test framework …
automation
ai
infrastructure
claude
claude-code
testing
Read more
Soft Asserting With pytest Made Fun
7/10/25
As Python developers or automation engineers, we’ve all been there. You’re running a comprehensive test suite (unit, component, …
python
pytest
testing
automation
Read more
2024
Reusing Core Functions for Locust and pytest: A Path to Efficient Testing
5/2/24
In the world of software development, testing plays a crucial role in ensuring the quality and reliability of applications. Two widely used …
python
pytest
locust
testing
performance-testing
automation
Read more
Effective Unit Testing With Hypothesis and pytest
4/15/24
Unit testing is a crucial aspect of software development, ensuring that individual components of a system work as expected. While …
python
pytest
hypothesis
testing
property-based-testing
Read more
Extending pytest With Hooks and Plugins
3/27/24
It’s no secret that I believe pytest is one of the most powerful Python-based test frameworks. One of its great features is the …
python
pytest
testing
plugins
automation
Read more
Streamlining Asynchronous System Testing With Flask and pytest
3/24/24
For developers and QE engineers dealing with asynchronous systems, testing can be a significant challenge. These systems often respond with …
python
pytest
flask
testing
async
qa
Read more
pytest Parametrization: Injecting Data Into Tests
3/20/24
As already mentioned in a previous article, pytest is a powerful testing framework for Python that offers a wide range of features, …
python
pytest
testing
parametrization
automation
Read more
Simplifying API Testing With pytest and Requests
3/19/24
As software developers, we often work with APIs, whether consuming third-party services or building our own. Ensuring our API interactions …
python
pytest
requests
api-testing
testing
automation
Read more
All Tags
Back to Home
Menu
Home
Posts
Open Source Projects
Tags
About