Confirmed users
764
edits
(→Unloading: Corrected inaccuracies, thanks Atul.) |
(→Testing: Corrected more unload lies.) |
||
| Line 156: | Line 156: | ||
Your module should come with unit tests. | Your module should come with unit tests. | ||
If you use the <tt>unload</tt> module to clean up resources you've created, you should test that those resources are actually cleaned up when your module | If you use the <tt>unload</tt> module to clean up resources you've created, you should test that those resources are actually cleaned up when your module receives the unload message. See [[#Unloading]] above for details. | ||
= Modularity = | = Modularity = | ||