pytest-console-scripts
pytest-console-scripts copied to clipboard
Pytest plugin for testing console scripts
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
Requires its dependencies to also me moved to the session scope, `tmp_path` was function-scoped and must be replaced with `tmp_path_factory`. Needed to work well with custom fixtures, Fixes #89 `ScriptRunner`...
Is there a fundamental reason why the script_runner fixture is function scoped? The desire for a module scoped script_runner is self evident, so I'm guessing this may have something to...