FM-17 / poglink

A bot that integrates the ARK Web API with Discord.
MIT License
12 stars 4 forks source link

Finalize integration tests with a discord testing library #43

Open FM-17 opened 2 years ago

FM-17 commented 2 years ago

The current integration test covers webpage requesting, caching results, and determining what needs to be sent, but it doesn't confirm that the message was sent to the desired discord server in the desired format.

Investigate using libraries such as distest to achieve a "full" integration test.

travipross commented 2 years ago

Note: Visiting the github repo for the above python package shows that it has been archived and deprecated in favor of dpytest. However, the latter is in alpha stage, while the former might be more stable. Worth looking into before selecting one.

travipross commented 2 years ago

This work was started in #51 but should be more thoroughly reviewed in a PR of its own.