Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for need_extended_hours_data within the time interval s…
…hortcut functions (#294) * Fix issue #292 - Added support for need_extended_hours_data within the time interval shortcut functions. - Default set to True Co-Authored-By: Ashwin Rajesh <[email protected]> * test cases for need_extended_hours_data Added test cases for interval shortcut functions for need_extended_hours_data Co-Authored-By: Ashwin Rajesh <[email protected]> * resolve feedback - addressed sloppy naming & typos - replaced "normalize" function with argument passed into utility functions Co-Authored-By: Ashwin Rajesh <[email protected]> * test updates - changed default argument for need_extended_hours_data to None along with line breaks - updated all get_price_history time interval tests to include needExtendedHoursData in params to match expected assertions - removed "with_extendedhours" client tests since it is redundant (due to updated get_price_history tests already testing this feature) Co-Authored-By: Ashwin Rajesh <[email protected]> * fixed client tests - added extended hours tests to separate from other test cases focusing on other functionality - patched up errors in test cases (like missing arguments) Co-Authored-By: Ashwin Rajesh <[email protected]> Co-Authored-By: Ashwin Rajesh <[email protected]> * add None tests Added need_extended_hours_data=None tests Co-Authored-By: Ashwin Rajesh <[email protected]> * remove False tests removing redundant tests that other test cases already cover Co-Authored-By: Ashwin Rajesh <[email protected]> Co-authored-by: Ashwin Rajesh <[email protected]>
- Loading branch information