Skip to content

Instantly share code, notes, and snippets.

View codingjoe's full-sized avatar

Johannes Maron codingjoe

View GitHub Profile
@codingjoe
codingjoe / test_noio.py
Last active December 22, 2025 19:14
TestNoIO
import itertools
from django.conf import settings
from django.http import HttpResponse
from django.template import engines
from django.utils.module_loading import import_string
import pytest