You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to see something similar to what pytest does. If I install pytest-xdist, a new option -n is available which allows me to run my tests in parallel. Eg pytest -n 8 would run my tests in 8 processes.
Would be could if we could do this with kedro run, e.g. kedro run --my_option without having to touch the kedro_cli.py file.
The text was updated successfully, but these errors were encountered:
lorenabalan
changed the title
Allow easily extending built-in cli commands from plugins
[KED-1677] Allow easily extending built-in cli commands from plugins
May 27, 2020
You'll be excited to note that we have addressed this feature in 794a6ad. I'll go ahead and close this. Thank you so much for reporting this @tsanikgr!
Description
I would love to see something similar to what pytest does. If I install
pytest-xdist
, a new option-n
is available which allows me to run my tests in parallel. Egpytest -n 8
would run my tests in 8 processes.Would be could if we could do this with
kedro run
, e.g.kedro run --my_option
without having to touch thekedro_cli.py
file.The text was updated successfully, but these errors were encountered: