Skip to content

Add stubbable environment variables

Grzegorz Bizon requested to merge backstage/gb/add-stubbable-env-interface into master

Description

This code makes it easy to stub envs and test commands execution with stubbed envs.

Introduces an abstract interface for reading environment variables and test helpers.

This stubbable environment is going to be attached to command execution context.

Closes #4 (closed)
Closes #2 (closed)

Edited by Grzegorz Bizon

Merge request reports