EventEmitter
compatibility with unittest.Mock
#353
Labels
testing
Includes all kinds of automated tests, the way that we run them and the infrastructure around them.
Currently, due to argument validation,
EventEmitter
methods will raise an exception when aMock
is used in place of a listener. We should makeEventEmitter
compatible withunittest.Mock
to simplify testing.┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: