Add more documentation for how --save
can be used with examples
#516
Labels
User Documentation
Documentation outside of the codebase
--save
can be used with examples
#516
Tell us about it
The functionality to save plots during tests exists. The documentation to make it clear doesn't
Thoughts on implementation
Copying and pasting prior discussion here
pytest arviz/tests --save -k plot_forest
the -k keyword will string match test function, class, and i think module names to just test those
https://docs.pytest.org/en/latest/example/markers.html#using-k-expr-to-select-tests-based-on-
their-name
The text was updated successfully, but these errors were encountered: