Skip to content

Commit 0ee07a9

Browse files
committed
docs(test): correct test filenames when mentioned elsewhere
1 parent 02d0fb8 commit 0ee07a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ As an alternative, a `requirements.txt` file is provided which can be used to se
143143

144144
🔎 **Tests**
145145

146-
To run tests, ensure environment is active and located in main directory (i.e. parent of `tests/`) and then run the following command. The tests may take around one minute to run. As they run, you will see '.' if the test passes and 'F' if it fails (e.g. `tests/test_model.py ..F..`). When it finishes, you will see the final result (e.g. `==== 1 failed, 4 passed in 51s ====`)
146+
To run tests, ensure environment is active and located in main directory (i.e. parent of `tests/`) and then run the following command. The tests may take around one minute to run. As they run, you will see '.' if the test passes and 'F' if it fails (e.g. `tests/test_backtest.py ..F..`). When it finishes, you will see the final result (e.g. `==== 1 failed, 4 passed in 51s ====`)
147147

148148
```
149149
pytest

notebooks/generate_exp_results.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"## Generate expected results\n",
88
"\n",
9-
"This notebook is used to run a specific version of the model and save each results dataframe as a csv. These are used in `test_model.py` to verify that the model produces consistent results.\n",
9+
"This notebook is used to run a specific version of the model and save each results dataframe as a csv. These are used in `test_backtest.py` to verify that the model produces consistent results.\n",
1010
"\n",
1111
"The notebook is provided as it is possible that results may change due to alterations to the model structure and operations. Once it has been confirmed that changes are intentional and not any introduced errors, this script can be run to regenerate the `.csv` files used in the test.\n",
1212
"\n",

0 commit comments

Comments
 (0)