PyOpenSource / CompleteME

Automated problem generation for the mechanical engineering field
0 stars 1 forks source link

V00 Test Suite #2

Open jbm950 opened 6 years ago

jbm950 commented 6 years ago

Create a suite of tests for expected functionality using the Python standard library unittest module.

Looking for a test folder under CompleteME with subfolders matching the structure of the overall project and a test file for each file in the project:

The first tests to add will be for the test_heat_transfer_util.py file where all of the input variations of parameters for fouriers_law are checked against hand written values and make sure that the function produces errors when too few or too many parameters are given or when the parameters given do not match the expected parameters.