From 79abdad9e97f18f45650e1abce64ee51c3372953 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Thu, 1 May 2025 16:24:13 +1000 Subject: [PATCH] tests/extmod: Rename ssl tests that only use the tls module. Signed-off-by: Angus Gratton --- tests/extmod/{ssl_noleak.py => tls_noleak.py} | 0 tests/extmod/{ssl_threads.py => tls_threads.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/extmod/{ssl_noleak.py => tls_noleak.py} (100%) rename tests/extmod/{ssl_threads.py => tls_threads.py} (100%) diff --git a/tests/extmod/ssl_noleak.py b/tests/extmod/tls_noleak.py similarity index 100% rename from tests/extmod/ssl_noleak.py rename to tests/extmod/tls_noleak.py diff --git a/tests/extmod/ssl_threads.py b/tests/extmod/tls_threads.py similarity index 100% rename from tests/extmod/ssl_threads.py rename to tests/extmod/tls_threads.py