File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,12 @@ Pull requests
78
78
-------------
79
79
A general recommended reading:
80
80
[ How to make your code reviewer fall in love with you] [ code-review ] .
81
- Please use explicit commit messages. See [ NumPy's development workflow]
81
+
82
+ Use explicit commit messages — see [ NumPy's development workflow]
82
83
for inspiration.
83
84
85
+ Every new feature must be accompanied by a unit test.
86
+
84
87
Please help review [ existing PRs] you wish to see included.
85
88
86
89
[ code-review ] : https://mtlynch.io/code-review-love/
Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ Backtesting.py
5
5
[ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/kernc/backtesting.py/ci.yml?branch=master&style=for-the-badge )] ( https://github.com/kernc/backtesting.py/actions )
6
6
[ ![ Code Coverage] ( https://img.shields.io/codecov/c/gh/kernc/backtesting.py.svg?style=for-the-badge )] ( https://codecov.io/gh/kernc/backtesting.py )
7
7
[ ![ Backtesting on PyPI] ( https://img.shields.io/pypi/v/backtesting.svg?color=blue&style=for-the-badge )] ( https://pypi.org/project/backtesting )
8
- [ ![ PyPI downloads] ( https://img.shields.io/pypi/dd/backtesting.svg?color=skyblue&style=for-the-badge )] ( https://pypi .org/project /backtesting )
9
- [ ![ Total downloads] ( https://img.shields.io/pepy/dt/backtesting?style=for-the-badge&label=%E2%88%91&color=skyblue )] ( https://pypi .org/project /backtesting )
8
+ [ ![ PyPI downloads] ( https://img.shields.io/pypi/dd/backtesting.svg?color=skyblue&style=for-the-badge )] ( https://pypistats .org/packages /backtesting )
9
+ [ ![ Total downloads] ( https://img.shields.io/pepy/dt/backtesting?style=for-the-badge&label=%E2%88%91&color=skyblue )] ( https://pypistats .org/packages /backtesting )
10
10
[ ![ GitHub Sponsors] ( https://img.shields.io/github/sponsors/kernc?color=pink&style=for-the-badge&label=%E2%99%A5 )] ( https://github.com/sponsors/kernc )
11
11
12
12
Backtest trading strategies with Python.
13
13
14
- [ ** Project website** ] ( https://kernc.github.io/backtesting.py ) + [ Documentation]
14
+ [ ** Project website** ] ( https://kernc.github.io/backtesting.py ) + [ Documentation] & nbsp ;& nbsp ; | & nbsp ; [ YouTube ]
15
15
16
16
[ Documentation ] : https://kernc.github.io/backtesting.py/doc/backtesting/
17
-
17
+ [ YouTube ] : https://www.youtube.com/?q=%22backtesting.py%22
18
18
19
19
Installation
20
20
------------
You can’t perform that action at this time.
0 commit comments