Cobular / distest

A library used to do integration testing on discord bots
MIT License
29 stars 8 forks source link

add assert_has_embed, make assert_embed_equals/regex check that embeds are present #65

Open dyc3 opened 3 years ago

dyc3 commented 3 years ago

This adds a new function assert_has_embed to assert that a message does have an embed.

fixes #64