diff --git a/README.md b/README.md index 2d41fdf..130da12 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,7 @@ The dice module provides the following: * Dice pluralism - enable bonus or rerolls to individual dice or to all dice * Dice caching - reuses dice tables for faster performance +Unit Testing +------------ + +An LuaUnit test is setup in the tests folder. There are 15 different tests that check the metamethods, new instances, dice cache, and notation are all functioning. To run these tests simply navigate to the test folder on your shell, and execute the command `lua dice_test.lua -v` to see the results. \ No newline at end of file diff --git a/docs/classes/dice.html b/docs/classes/dice.html index b8597f5..f9943ef 100644 --- a/docs/classes/dice.html +++ b/docs/classes/dice.html @@ -34,6 +34,7 @@