amqtt/tests
Andrew Mirsky 57597dfea4
Merge pull request #252 from ajmirsky/plugin_config_error_case_checking
updated samples; plugin config consistency (yaml and python dict)
2025-07-07 12:18:36 -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 Merge branch '0.11.2-rc' into increased_test_coverage 2025-07-03 14:32:45 -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 fixing test comments 2025-07-03 16:10:47 -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