Commit Graph

30 Commits

Author SHA1 Message Date
922fe0f027 more tests for transform 2022-05-25 10:02:25 +05:30
38fb9ca7d0 tests fro transform method 2022-05-24 21:11:46 +05:30
2ca6167c8b fixed issue with create_date_series
Caused year to go -1 because it was not getting replaced
2022-05-16 22:30:08 +05:30
5512a647ad made eomonth parsing more intelligent
Corrected tests and code to account for the same
2022-05-12 10:40:47 +05:30
7e524ccf7a incorporated eomonth in ffill and bfill
More Sharpe tests and ffill/bfill tests
2022-05-10 09:51:12 +05:30
68d854cb3f moved create_test_data to a fixture in conftest.py 2022-05-08 18:09:39 +05:30
0d0b2121a3 Sharpe ratio is working 2022-05-07 14:09:21 +05:30
6547a5e64a added test for sync 2022-04-09 11:58:35 +05:30
e06626dbca Added more ffill and bfill tests 2022-04-05 10:43:31 +05:30
33feb62015 corrected issue with ffill test 2022-04-04 23:48:06 +05:30
b5aa5d22d4 Added tests for expand 2022-04-04 00:48:55 +05:30
fa2ab84c92 renamed test_fincal2 to test_fincal 2022-04-03 15:27:55 +05:30
6ffa52f84e migrated tests from fincal to fincal2 2022-04-03 15:27:07 +05:30
97731b4c12 Param name and type changes 2022-03-13 14:28:42 +05:30
d757479cca formatting changed, volatility test 2022-03-11 09:40:11 +05:30
7b541290c6 parameter changes in calculate retuns & rolling returns 2022-03-07 09:56:47 +05:30
17b3e348a2 improved documentation and usage of date_parser decorator 2022-03-05 23:23:31 +05:30
32e4f25f59 improved limit calculation
Added basic test for limit
2022-03-02 23:35:57 +05:30
7cac5cc307 separated utility functions and exceptions in standalone files 2022-02-26 12:46:42 +05:30
ef2973a1d1 Added tests for DateNotFoundError 2022-02-26 00:45:10 +05:30
804609ac0e modified return tests to handle tuple output 2022-02-25 10:39:06 +05:30
9e4049a973 One more test for date format 2022-02-25 09:47:53 +05:30
f4e7840f28 Added tests for date format 2022-02-25 08:22:32 +05:30
dfd718e106 Added one more test 2022-02-24 23:34:39 +05:30
=
50c423611d added tests for returns 2022-02-24 23:24:20 +05:30
23882b2380 value test for ffill and bfill 2022-02-24 09:18:56 +05:30
a39b4fa606 Black formatting changes 2022-02-22 11:29:47 +05:30
b4d5291572 added more tests 2022-02-22 08:25:57 +05:30
4563a89bc2 Added tests for date_series & some for TimeSeries 2022-02-20 16:08:26 +05:30
115e667bde Setup package and tested with tox 2022-02-17 16:20:48 +05:30