File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ the tests at all.
87
87
## Exercise: Write Regression Tests
88
88
89
89
Modify the ` analyse_data() ` function not to plot a graph and return the data instead.
90
- Then, adapt the test file ` test_analyse_data_mock_source .py` in the ` tests ` folder and
91
- add a regression test to verify the current output of ` analyse_data() ` . We will use this test
90
+ Then, adapt the test ` test_analyse_data_mock_source ` in the ` test_compute_data .py` in the ` tests ` folder and
91
+ turn it into a regression test to verify the current output of ` analyse_data() ` . We will use this test
92
92
in the remainder of this section to verify the output ` analyse_data() ` is unchanged each time
93
93
we refactor or change code in the future.
94
94
You can’t perform that action at this time.
0 commit comments