amqtt/tests
Andrew Mirsky 6b606f04d3
Merge pull request #244 from ajmirsky/require_at_least_one_auth
Require at least one auth
2025-07-03 11:21:22 -04:00
..
mqtt
plugins provide plugin manager context so that it identifies auth and topic check plugins correctly 2025-07-02 12:24:41 -04:00
conftest.py fixes Yakifo/amqtt#187 : explicitly declaring auth plugins as an empty list (entry points configuration style) or not including a BaseAuthPlugin in loaded plugins, still allowed clients to connect to broker. security risk as explicit omission (former) or inadvertent omission (latter) might allow anonymous connections 2025-06-30 14:08:01 -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 pull request #244 from ajmirsky/require_at_least_one_auth 2025-07-03 11:21:22 -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 Merge branch 'main' into alt_plugin_config 2025-06-27 13:59:39 -04:00
test_codecs.py
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:49:16 -04:00
test_utils.py