Found 139 repositories(showing 30)
csernazs
Http server for pytest to test http clients
bellini666
🔥 Pytest Language Server
PawelKozy
Hands-on MCP security lab: 10 real incidents reproduced with vulnerable/secure MCP servers, pytest regressions, and Claude/Cursor battle-tested exploit walkthroughs
danclark5
Sample pytest tests for testing SQL Server assests.
ulope
Local SFTP server fixture plugin for pytest
pytest-dev
pytest plugin to test server connections locally. This repository was migrated from Bitbucket.
anirbanroydas
Sample Microservice App in Python for Testing using pytest, uber/doubles, tox on CI servers like Jenkins and Travis CI using Docker + Docker-Compose for test environment.
AndreyErmilov
Mock server plugin for pytest
mjstealey
Generates the files needed for a production ready Django deployment in Docker. Custom user model, PostgreSQL database backend, uWSGI Python server, Nginx web server with self-signed SSL certificates, pytest Python testing framework, Docker Compose service definitions, Python .ENV app settings management, virtualenv managed environment, and more
Viha27
A Devops pipeline is set of automated processes and tools that the development (Dev) and operations (Ops) teams implement to build, test, and deploy software faster and easier. In this course you will complete DevOps pipeline generally consists of a set of tools which are normally broken down into the following categories: Plan Code Integrate Test Release Deploy Operate This learning path will cover: Git is an open-source and distributed version control system. Github is git repository hosting service used for code sharing, bug tracking, feature request and much more. PyCharm is an integrated development environment (IDE) for python programing language. Flask is a python web framework. HTML is the standard markup language for Web pages. CSS is a style sheet language use to style a HTML document. SQLAlchemy is an open-source SQL toolkit and object-relational mapper which gives full power and flexibility of SQL. Selenium is used to automate web browser interaction. Pytest is unit testing framework that allows users to write test codes. Ngrok allows to expose a web server running on your local machine to the internet. Github Action enables you to include Continues Integration (CI) and continuous deployment (CD) capabilities and many other features directly in your repository. Docker is an open source containerization platform enables developers to package applications into containers. Docker Hub is a cloud-based repository for finding and sharing container images with your team. Kubernetes is an open-source container orchestration for automating deployment, scaling, and management of containerized applications. This course is one stop shop where you will learn web development, continuous integration, continuous deployment, containerization, writing neat and quality code, devops concepts and much more with python programing language. What you’ll learn Learn to build Continuous Integration Continuous Deployment pipeline Build CI CD tool to update docker image after any update Learn to create dockerfile Learn the fundamental concepts of Docker Learn the fundamental concepts of Kubernetes Learn to create Kubernetes YAML files Learn to deploy high availability, fault tolerance, scalable application Learn all the basic and advanced git commands Learn different types of branches like master, developer, feature, release and hotfix branch Learn fundamental concepts of Version Control System Learn to use Github actions for CI CD pipeline Learn to build python flask web application Learn to use SQL Alchemy Lean to create HTML pages using HTML, CSS and bootstrap Are there any course requirements or prerequisites? Git installed Docker installed Kubernetes installed Any IDE Github account Docker hub account Who this course is for: Anyone who wants to Enhance their skills in DevOps domain Developers and IT Pros Instructor User photo Pranjal Srivastava Docker | Kubernetes | AWS | Azure | ML | Linux | Python I am an Instructor, Devops engineer, machine learning enthusiast, cloud expert and passionate developer. I have authored 60+ courses with over 50,000+ students worldwide across 175+ countries on wide array of technologies like containerization, machine learning, Linux, programming languages and cloud computing platforms like Microsoft Azure, Amazon Web Service and IBM Cloud.
iterative
Create temporary directories on the various filesystems for testing
A PyTest plugin which gives you a local ftp server for your tests
bebleo
A SMTP server for use as a pytest fixture that implements encryption and authentication.
winterjung
A chat server example used Django REST framework with pytest
MarcusJellinghaus
MCP server providing code quality checks (pylint and pytest) with smart LLM-friendly prompts for analysis and fixes. Enables Claude and other AI assistants to analyze your code and suggest improvements.
nomios-opensource
A pytest plugin that provides a mock NETCONF (RFC6241/RFC6242) server for local testing.
krylosov-aa
Async mock HTTP server for pytest, built on top of aiohttp.
AnyVisionltd
Server side code for automation-infra pytest client
ColeRutledge
:snake: a FastAPI server for a task management app with Python, Docker, Github Actions, and pytest.
pytest pluging for Xray Server
kiwicom
Pytest plugin with server fixture for catching HTTP requests.
azdaev
Fake Telegram API server for testing bots — pytest plugin + Claude Code MCP server
CFMTech
Monitor-server-api helps you to collect, historicize and exploit the data from your tests written with pytest and monitored with pytest-monitor.
jamm1985
Docker-first Python template with Compose, Vim IDE or code-server, Poetry + pyenv, Ruff/pytest, JupyterLab, and Codex/Gemini CLIs
bebleo
A pytest fixture that creates an SMTP server.
Extends pytest-django live_server fixture for add ssl feature
lahwaacz
A pytest plugin managing an instance of the nginx web server
garytyler
Convenient ASGI test server fixtures for testing asynchronous web services with Pytest — supports WebSockets
dmitrykutin
By run "pytest" it runs server - static page and endpoints and then perform api and e2e scenarios
enginSacan
This repo is created to demonstrate usage of MCP Server with Pytest for desktop applications. There is calculator application inside the repo.