Remove adapters/twisted_connection.py due to lack of test coverage. (pika v1.0.0 release target)
See original GitHub issueThe twisted_connection
module was added in 2011, but to this date still has no meaningful test coverage. It’s unmaintainable without comprehensive test coverage and therefore pika cannot release v1.0.0 with twisted_connection
in it.
We literally don’t know whether it works at all at this point and which API methods are working/broken.
I am hoping that this issue will inspire someone with interest in the twisted adapters to add comprehensive test coverage shortly. Barring that, twisted_connection
must be removed from the package.
See the following for examples of pika acceptance test suites:
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
Test coverage visualization - GitLab Docs
How test coverage visualization works. Collecting the coverage information is done via GitLab CI/CD's artifacts reports feature. You can specify one or more ......
Read more >Test Coverage in Software Testing (Tips to Maximize Testing ...
Test coverage helps monitor the quality of testing, and assists testers to create tests that cover areas that are missing or not validated. ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks so much to @abompard for keeping the Twisted dream alive! 🎉
Thank you indeed @abompard - and apologies for not keeping up with the maintenance of the adapter. Three cheers for the Twisted community!