Steve Holden
a07e853f69
Refactor to remove pylint issues.
...
Since one of pylint's complains was that the globals module was
shadowing the built-in, and since the name `config` was already
is use in several modules, globals.py was renamed as mt_config.py.
All tests now pass, and the only remaining local pylint errors
relate to the protobuf code, I'm hoping this will make the PR
valid.
2024-04-10 17:42:44 +01:00
Thomas Göttgens
7e6f13f0a2
establish trunk format
2023-03-31 20:09:59 +02:00
Mike Kinney
47781fa1e0
remove unused import
2022-06-16 22:46:04 -07:00
Mike Kinney
cc98ed1084
comment yet another test
2022-06-16 22:43:42 -07:00
Mike Kinney
0f89baa36e
fix the pylint unused-argument warnings
2022-01-12 14:41:49 -08:00
Mike Kinney
4ee647403b
fix output on tests using pytest -s option; fixed some tests
2021-12-31 10:55:13 -08:00
Mike Kinney
177705aeff
revert the stream interface change; fix tunnel tests
2021-12-31 08:49:13 -08:00
Mike Kinney
d366e74e86
refactor of Tunnel() for unit testing; create unit tests for Tunnel()
2021-12-30 21:24:32 -08:00
Mike Kinney
580c081303
captured packets and simulate what server would send
2021-12-25 16:19:13 -08:00
Mike Kinney
988540c77d
move the slow unit tests into own group
2021-12-25 13:09:23 -08:00
Mike Kinney
a243fab9af
figured out how to unit test __reader()
2021-12-25 11:39:04 -08:00
Mike Kinney
cbd41efb19
add unit test for catchAndIgnore()
2021-12-23 00:40:21 -08:00
Mike Kinney
80d13eac85
had to move test dir to tests because of pytest looking for __init__.py
2021-12-09 17:20:13 -08:00