Conversation
crafted `wfl` command line tests. Note that this patch does not include the files needed for the example test.
|
I'm going to try to convert the relative paths to absolute paths starting from the location of |
So I figured out how to do this, but I don't think that for a notebook that's the right approach - I think it makes more sense for the notebook to use its own directory's examples, rather than the one that's linked to the wfl version that |
|
Explanation: I put in a framework for pytest to automatically test docs examples that use the command line. It does it by looking for code blocks that start with |
Update
test_doc_examples.pyto correctly handle (at least specially crafted)wflcommand line tests.Note that this initial commit does not include the files needed for the example test.