nixnest / scepter

Spiritual successor to Nixbot
https://discord.gg/g3gD5xd
MIT License
6 stars 5 forks source link

Testing framework #57

Open ldelelis opened 4 years ago

ldelelis commented 4 years ago

There's a bunch of critical functionality that's not apparent at first sight. We should define the expected behaviour for the kernel's "boot": module discovery, load, error handling, maybe logging?

ldelelis commented 4 years ago

Adding to the intent of the issue: how should we handle module testing? Should it be handled with the core's tests, or should whichever modules that need testing be turned into complex modules, with a tests directory?