midmandle / PERTY

0 stars 0 forks source link

TODO: UnitTest_tasklist.py: test_calculateTaskListBestCase() #20

Open midmandle opened 7 years ago

midmandle commented 7 years ago

File: UnitTest_taskList.py Function: test_calculateTaskListBestCase()

A unit test and implementation needs to be written for calculating the best case time for a tasklist of tasks.

A tasklistshould be passed to the new function to be implemented and should calculate the best case time it will take to complete all the tasks in a tasklist.

For example the below might be the function definition of a calculateTaskListBestCase() function which is tested by the test_calculateTaskListBestCase() unit testing function.

Example:

calculateTaskListBestCase(self)