nix-community / flakelight

Framework for simplifying flake setup [maintainer=@accelbread]
MIT License
177 stars 3 forks source link

Improve unit testing of flakelight #11

Open accelbread opened 4 months ago

accelbread commented 4 months ago

Currently the tests work well enough to check new commits, but they could be much better.

The testing structure is a bit ad-hoc. Perhaps using nix-community/nix-unit could help?

Testing coverage could use some improvement too.

Perhaps tests should be in a separate repo?

Suggestions/feedback would be appreciated.