jiridanek commented on pull request #1102: URL: https://github.com/apache/qpid-dispatch/pull/1102#issuecomment-813031692
One more issue. Tests in `management_test` are each collected twice, under both their "names": ``` 11: collecting ... collected 20 items 11: 11: __init__.py::EntityTest::test_camelcase PASSED 11: __init__.py::EntityTest::test_entity PASSED 11: __init__.py::QdrouterTest::test_qdrouter_parse_camel PASSED 11: __init__.py::QdrouterTest::test_qdrouter_parse_dash PASSED 11: __init__.py::SchemaTest::test_attribute_def PASSED 11: __init__.py::SchemaTest::test_bool PASSED 11: __init__.py::SchemaTest::test_entity_type PASSED 11: __init__.py::SchemaTest::test_enum PASSED 11: __init__.py::SchemaTest::test_schema_entity PASSED 11: __init__.py::SchemaTest::test_schema_validate PASSED 11: entity.py::EntityTest::test_camelcase PASSED 11: entity.py::EntityTest::test_entity PASSED 11: qdrouter.py::QdrouterTest::test_qdrouter_parse_camel PASSED 11: qdrouter.py::QdrouterTest::test_qdrouter_parse_dash PASSED 11: schema.py::SchemaTest::test_attribute_def PASSED 11: schema.py::SchemaTest::test_bool PASSED 11: schema.py::SchemaTest::test_entity_type PASSED 11: schema.py::SchemaTest::test_enum PASSED 11: schema.py::SchemaTest::test_schema_entity PASSED 11: schema.py::SchemaTest::test_schema_validate PASSED ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
