Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While working on #991 I found the runner tests quite messy. This PR cleans up the `test_runner.py` file (changes are in test files only). * global_config doesn't need setting when using the runner, only the environment variables * Use monkeypatch.setenv instead of os.environ * Remove environ_annotations_fixture to make tests more explicit/obvious Signed-off-by: Elliot Gunton <[email protected]>
- Loading branch information