Open Araxeus opened 1 year ago
Good thing that tests exist
Forgot to add the following line so cache dir wasnt properly set
env.get('PERU_CACHE_DIR')
And one test is failing because it checked that settings --file
and --sync-dir
together should throw
I'll push a fix later today
@oconnor663 I Pushed fixes for the failing tests, could you approve the running the tests again, please? And also on the other PR? 😅
(tho the current matrix testing is broken since it requires some older python versions that don't exist on the GitHub runner)
@oconnor663 heyo :)
Thanks for the ping. Apologies for leaving this hanging so long. I've been spending less time on open source stuff in general this year.
All test are passing except those that depand on non-existant local python versions 🎉
allow using either
--file
or--sync-dir
without needing the otherallow use of relative path in args
those changes combined can for example enable the following command in a monorepo:ㅤ
fix #235