tfaughnan / artoo

Barebones IRC bot / astromech droid (WIP 🚧)
GNU General Public License v3.0
1 stars 4 forks source link

Unit tests #12

Open tfaughnan opened 2 years ago

tfaughnan commented 2 years ago

Per-plugin unit tests are desirable. Some plugins have deterministic output (e.g. echo), while others do not (e.g. openai), so some nuance is necessary.

con-mark commented 2 years ago

Hi @tfaughnan I wouldn't mind helping out.

Is there any defined input or output expected per test? Have you coverage measurements?