Skip to content

Instantly share code, notes, and snippets.

@arvindsree
arvindsree / pytest_service.py
Created January 9, 2024 22:13
Pytest service
#!/usr/bin/python3
import sys
import re
import logging
import importlib
import pytest
import flask
from cheroot.wsgi import Server as CherryPyWSGIServer
from flask import Flask