CMU-MS-DAS-Modern-Programming-Mini / ClassAssignmentNo3

Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Testing functions that are iterated multiple times #1

Open hwankyusong opened 2 years ago

hwankyusong commented 2 years ago

Some functions, like calc_fock_matrix and calc_tot_energy, are iterated multiple times, and have a different value each time. How can we make our assert statements reflect this?

shots47s commented 2 years ago

Just the initial test to make sure that it works, testing the iterative workflow would be "functional testing".