add auto-snooping for transports

This commit is contained in:
Gilles Boccon-Gibod
2023-03-19 21:18:44 -07:00
parent e77723a5f9
commit dc3ac3060e
6 changed files with 227 additions and 21 deletions

View File

@@ -72,5 +72,6 @@ def test_parser_extensions():
# -----------------------------------------------------------------------------
test_parser()
test_parser_extensions()
if __name__ == '__main__':
test_parser()
test_parser_extensions()