Reticulum/tests
Aareon Sullivan dc926fd9e8 Fix invalid type annotation syntax in channel tests
Replace invalid [MessageBase] list notation with proper typing.List[MessageBase]
syntax to resolve Pylance reportInvalidTypeForm error. The bracket notation
[T] is not valid for type expressions in Python - must use typing.List[T] or
list[T] (Python 3.9+) instead.
2025-06-10 14:17:53 -05:00
..
rnsconfig Epoll backend switch 2025-04-08 02:33:32 +02:00
__init__.py Run tests against CRNS 2025-02-24 12:04:10 +01:00
all.py Add channel tests to all test suite 2023-02-26 11:47:46 -06:00
channel.py Fix invalid type annotation syntax in channel tests 2025-06-10 14:17:53 -05:00
hashes.py Updated hashes tests 2022-06-08 23:32:56 +02:00
identity.py Updated tests 2025-05-13 13:16:37 +02:00
link.py Removed legacy AES-128 handlers 2025-05-26 19:04:30 +02:00