rootbench
rootbench copied to clipboard
Check for pytest tests packages dependencies at configuration time
Right now we have the dependencies in requirements.txt. Wouldn't it be nicer to raise an error/warning at configuration time if the requirements are not found and invite to install them beforehand?
would #123 fix this?
Not as it's written, because you would still need the other libraries: pytest-csv, etc...but yeah, they could be merged into a single issue
@stwunsch is the intent of #123 to also fail at configure time if any of the required python packages is missing?