Devtools provides pytest CLI options to filter external model test cases by
model name (--model)
packages used (--package)
Previously the --package option improperly invoked the misc.get_packages() function and would crash. This PR fixes it, expands relevant test cases, and makes a few fixes/additions to the README and docs.
Devtools provides pytest CLI options to filter external model test cases by
--model
)--package
)Previously the
--package
option improperly invoked themisc.get_packages()
function and would crash. This PR fixes it, expands relevant test cases, and makes a few fixes/additions to the README and docs.