summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngus Gratton <angus@redyak.com.au>2025-05-01 16:24:13 +1000
committerDamien George <damien@micropython.org>2025-05-02 17:24:58 +1000
commit79abdad9e97f18f45650e1abce64ee51c3372953 (patch)
treecb63d72006f20f4ca5505726833dd207f287d872
parent70ed3151933635429a66937bae2701958b6b47dd (diff)
tests/extmod: Rename ssl tests that only use the tls module.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
-rw-r--r--tests/extmod/tls_noleak.py (renamed from tests/extmod/ssl_noleak.py)0
-rw-r--r--tests/extmod/tls_threads.py (renamed from tests/extmod/ssl_threads.py)0
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/extmod/ssl_noleak.py b/tests/extmod/tls_noleak.py
index 870032d58..870032d58 100644
--- a/tests/extmod/ssl_noleak.py
+++ b/tests/extmod/tls_noleak.py
diff --git a/tests/extmod/ssl_threads.py b/tests/extmod/tls_threads.py
index 4564abd3d..4564abd3d 100644
--- a/tests/extmod/ssl_threads.py
+++ b/tests/extmod/tls_threads.py