Add unit testing #7
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
As the library grows, it is important to make sure that nothing is broken when new features are added. After doing some research, I think a good way of doing this would be to create a Pytest class for each prebuilt module with a test function for each of the module's methods. As an example, I wrote this test for the
Normal
distribution module:I have very little experience with unit testing, so I appreciate all the help I can get with this.
The text was updated successfully, but these errors were encountered: