Commit 7aa0070
committed
fix: rename test data files with Windows-incompatible characters
Rename OHLCV CSV files that contained colons and spaces in their
filenames (e.g. '08:00:00') to use dashes instead (e.g. '08-00'),
matching the convention used by all other test data files.
Windows does not allow colons in filenames, causing git checkout
to fail on Windows CI runners.1 parent 17ac341 commit 7aa0070
5 files changed
Lines changed: 8 additions & 4 deletions
File tree
- tests/resources
- backtest_reports_for_testing/test_algorithm_backtest/runs
- backtest_EUR_20231201_20231202
- backtest_EUR_20231202_20231203
- test_data/ohlcv
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments