Permalink
Please
sign in to comment.
Showing
with
11 additions
and 8 deletions.
- +6 −0 backtesting/test/__main__.py
- +4 −0 backtesting/test/_test.py
- +1 −8 setup.py
| @@ -0,0 +1,6 @@ | |||
| import unittest | |||
|
|
|||
| suite = unittest.defaultTestLoader.discover('backtesting.test', | |||
| pattern='_test*.py') | |||
| if __name__ == '__main__': | |||
| unittest.TextTestRunner().run(suite) | |||
0 comments on commit
fdc1185