amqtt/tests
Andrew Mirsky 0aabfa7e78
updates to support python 3.10
2025-07-13 10:45:23 -04:00
..
contrib structure needed as the basis for several 0.11.3 improvements 2025-07-10 11:23:56 -04:00
mqtt resolves Yakifo/amqtt#250 : * was being blocked as a valid topic character in publish/receive, even though the invalid topic wildcard characters are '#' and '+'. also, add test coverage for error cases when creating different packet types. 2025-07-03 14:32:13 -04:00
plugins update sample plugins to use config-file-based plugin loading. FileAuthPlugin now accepts string or pathlib.Path 2025-07-04 16:35:46 -04:00
conftest.py fixing issue with python 3.10's handling of websocket states 2025-07-03 11:43:16 -04:00
test_adapters.py adding test to cover adapter base classes. adding test for BrokerSysPlugin 2025-06-01 11:09:40 -04:00
test_broker.py all test cases working. most fixes were to make the dataclass config's backwards compatible with how the rest of the code was accessing config dictionaries 2025-07-12 19:53:15 -04:00
test_broker_config.py updates to support python 3.10 2025-07-13 10:45:23 -04:00
test_cli.py removing cli test cases for verifying will messages, better done through unit test cases in test_client.py 2025-06-08 10:00:13 -04:00
test_client.py wip for structured configs 2025-07-11 11:52:18 -04:00
test_codecs.py fix(#0): renaming file and fix usage 2025-01-16 20:01:16 +01:00
test_dollar_topics.py fixes #245 : broker shouldn't allow clients to publish to '$' topics 2025-07-04 21:36:29 -04:00
test_paho.py check for client connect/disconnect event needed change 2025-06-29 17:47:02 -04:00
test_samples.py remove dependency on external broker 2025-07-02 13:52:05 -04:00
test_utils.py refactor: bigger code upgrade and improves 2024-12-21 11:52:26 +01:00