thunderbird / thunderbird-notifications

In-App notifications for Thunderbird
Mozilla Public License 2.0
0 stars 0 forks source link

Add tests #6

Open MelissaAutumn opened 5 months ago

MelissaAutumn commented 5 months ago

We should integrate pytest and add some yaml fixtures to run against our converter / validator.

They should include test cases like missing fields, incorrect types, out of bounds, yaml correctness (will yamlsafe yell at us properly?), empty file detection, etc...

We can optionally hook this up to a CI.