Eduardo Blancas
Eduardo Blancas
we're missing a test, please create a `test_io.py` here: https://github.com/ploomber/ploomber/tree/master/tests/cli then, let's run a a few test cases, by using `command_endpoint`: https://github.com/ploomber/ploomber/blob/0a5fed2f9ec539c744664b1b7b3a7f744ec6c482/src/ploomber/cli/io.py#L89 something like this: ``` def test_command_endpoint_shows_full_traceback(): @command_endpoint def...
thanks for taking care of this! 🎉
Hi, thanks for opening this issue! When Ploomber generates a file, it creates a hidden `.metadata` file, so we can use that as a marker to know what it's safe...
Thanks for the feedback. A few thoughts: These proposed features sound kind of "refactoring" and "pruning" a pipeline, so perhaps we could embed them into one sub-command or two. ##...
can you add a unit test?
sure, please give it a try!
@rehman000 we use sphinx, which uses jinja. that's why the similarity with flask :)
sure, no worries
we merged the PR https://github.com/ploomber/ploomber/pull/389
I'm re-opening this. I realized we merge this to a dev branch but we never merged to master (because there were a few observations in the PR that were never...