Wes

Results 44 comments of Wes

PS: Looking at some of those bad input related unit tests recommended by AI, if we had the Pydantic models (I know I still need to write that up! 😅...

Great thoughts! > Your analysis also suggests other units I wouldn't cover with tests: > > filter_none > exception_to_string > make_clean_stack > tname > print_table > I think the 'art...

So there is the possibility to run both for awhile, as running the pytest command can run both pytest and unittest tests and get the same pass/fail reports and coverage....

Here's a draft PR. I could make some more adjustments but happy to take feedback now! :D https://github.com/Voyz/ibind/pull/121

> You really think we should add the badge already? I'm cautious about showing something below 90%, as it may defer some users. I can understand the hesitation, as it...

> I was wondering the same: See IBKR docs on the endpoint here: https://www.interactivebrokers.com/campus/ibkr-api-page/webapi-ref/#tag/Trading-Portfolio/paths/~1portfolio~1%7BaccountId%7D~1positions~1%7BpageId%7D/get @salsasepp That helps thank you! wow I've been looking at the wrong docs.... `s/web-ref/webapi-ref/g` gets you...

Haven't tried `position2` but I was able to open and close single orders. Closing this. Thanks for the help @Voyz @salsasepp :D

Is this in a queue to work on or have we closed this?

I wonder if we can capture this change in a pydantic model https://github.com/Voyz/ibind/issues/105

I had this. The migrate installer created multiple versions and didn't clean up. Manually set the alias resolved it for me.