debian-forge/osbuild/testutil
Michael Vogt 2586a748fd testutil: skip tests for missing ThreadingHTTPServer in py36
Only py3.7+ has ThreadingHTTPServer and SimpleHTTPRequestHandler
that can take a directory argument. We could reimplement this
on py36 (easy for threading, harder for missing directory) but
instead this commit just skips tests that try to use a
ThreadingHTTPServer.

Remove once we no longer support py3.6.
2024-04-16 15:16:49 +02:00
..
__init__.py testutil: extract find_one_subclass_in_module() helper 2024-04-03 11:36:01 +02:00
atomic.py testutil: add AtomicCounter() as a threadsafe counter 2024-04-09 03:02:45 +02:00
imports.py osbuild: add new testutil.imports module to help test stages 2023-11-07 15:12:08 +01:00
net.py testutil: skip tests for missing ThreadingHTTPServer in py36 2024-04-16 15:16:49 +02:00