Open visciang opened 1 month ago
PR welcome; I kept it minimal based on immediate needs! Please let me know if you are capable to contribute, I can help you with it; otherwise, I will get to this eventually, trying to clean up as much as I can at the moment
PR welcome; I kept it minimal based on immediate needs! Please let me know if you are capable to contribute, I can help you with it; otherwise, I will get to this eventually, trying to clean up as much as I can at the moment
Perfect! I'll open a PR shortly, feel free to adjust as you like
Hi!
May I ask you if it's possible to introduce a
Tesla.Test.assert_receive_tesla_call()
along the line ofTest.Test.assert_received_tesla_call()
.I have some asynchronous code I'm test an it would be nice to
assert_receive
instead of justassert_received
.Maybe it could have also an additional optional
timeout
option to be passed to the underlyingassert_receive
.