This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author GeeTransit
Recipients GeeTransit, terry.reedy
Date 2019-08-22.17:49:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566496186.17.0.720548076411.issue37902@roundup.psfhosted.org>
In-reply-to
Content
Also, how should I get the new code coverage percentage  (or should it be ignored for now)?

I'm thinking of adding a few more tests that send invalid events which would raise KeyError but I don't think that this behaviour will be used  (and it's not documented). Should it give a more specific error message?

The test for multicall is only targeting the MultiCall class that gets returned.  How should it check for any possible subclasses of it?
History
Date User Action Args
2019-08-22 17:49:46GeeTransitsetrecipients: + GeeTransit, terry.reedy
2019-08-22 17:49:46GeeTransitsetmessageid: <1566496186.17.0.720548076411.issue37902@roundup.psfhosted.org>
2019-08-22 17:49:46GeeTransitlinkissue37902 messages
2019-08-22 17:49:45GeeTransitcreate