Andrew Mirsky
|
1756d93ebd
|
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 |
Andrew Mirsky
|
ac8782772f
|
removing inaccurate tests
|
2025-06-08 07:42:07 -04:00 |
Andrew Mirsky
|
9d3d9bd7e2
|
using 'n' messages to force amqtt_sub to exit, instead of SIGINT which seems to cause the process to force quit instead of causing a keyboard interupt
|
2025-06-03 18:29:13 -04:00 |
Andrew Mirsky
|
dd666811a5
|
increasing timeout for longer running cli tests, adding asyncio wrapper on test_client test
|
2025-06-03 11:55:03 -04:00 |
Andrew Mirsky
|
031ce83107
|
removing unneeded import
|
2025-06-03 11:15:48 -04:00 |
Andrew Mirsky
|
1752895a39
|
fixes Yakifo/amqtt#159 : tests/test_client.py::test_client_publish_will_with_retain
|
2025-06-03 10:58:56 -04:00 |
Andrew Mirsky
|
4701ba3faa
|
disabling rich output for script help
|
2025-05-30 12:21:15 -04:00 |
Andrew Mirsky
|
44dfd58972
|
disabling rich output to verify usage message is generated correctly
|
2025-05-30 12:11:47 -04:00 |
Andrew Mirsky
|
8f9e8afb63
|
clean up of the command line docs, caused inconsistent behavior between pub and sub script. limiting to mypy 1.15, since newer version has breaking changes
|
2025-05-29 16:29:05 -04:00 |
Andrew Mirsky
|
6afe0cddbb
|
disabling color output
|
2025-05-20 12:43:39 -04:00 |
Andrew Mirsky
|
82fe0f0ca1
|
disable colorized cli output for test_cli
|
2025-05-20 12:38:17 -04:00 |
Andrew Mirsky
|
0a50ff02ce
|
use 'Self' from typing_extensions to support python 3.10. add cli checks for publisher for required 'will' options. update cli test for pub/sub retain
|
2025-05-20 12:26:22 -04:00 |
Andrew Mirsky
|
0401220c38
|
turn cli exceptions into error message and error codes. added cli tests
|
2025-05-19 14:23:51 -04:00 |
MVladislav
|
a024b174d0
|
refactor: more cleanup/linting
|
2025-01-12 20:52:50 +01:00 |
MVladislav
|
7c001d69b2
|
refactor: bigger code upgrade and improves
- add github workflows
- update project.toml by disable multi parts to not see every needed fix now
- improve tests cases
- improve code quality
- ...
|
2024-12-21 11:52:26 +01:00 |
Florian Ludwig
|
4beb912c2a
|
remove legacy cli test
|
2021-08-17 17:01:58 +02:00 |
Florian Ludwig
|
9a1c6643be
|
add smoketest for CLI
|
2021-04-05 19:11:00 +02:00 |