Tolo Palmer
Tolo Palmer
Yes Im trying to port the lib to py3, Can I post to this project? It is just a petition for the future :)
Yes of course, just the minimum changes possible :) I will fork when I had this ready Cheers,
The test seems to be block on setup requirements.
The integration test, that are wrong and relying on Oandas sandox api to be on, need to be replaced with mock responses. Sort of fixed, python 3.2 still failling
Thanks mate, Do you mind to create a pull request? So your name will be there :) Please add this as an example in the examples folder.
And any other sample is welcome too!! Thanks a lot
Yes I can do that
I am sorry I can't push code to github from my current location, but this is the test: ```python def test_add_working_days_delta_0(self): dt = self.cal_class.add_working_days(date(2019, 5, 4), 0) assert (dt -...
@brunobord Using find_following_working_day is not correct as it won't count the public holidays, just weekends into account, as it says in the documentation https://peopledoc.github.io/workalendar/advanced.html
@rhefner1 could you close this ticket? if there is no further things to do