✨ Add TemporaryEnvironmentVariable
test fixture (to be used in a managed identity connection, for example)
#166
Labels
area:core
All issues related to al types of testing.
nice-to-have
All issues related to 'nice to have' features, implicitly with a low-prio.
Milestone
Is your feature request related to a problem? Please describe.
I noticed that I had to implement the
TemporaryEnvironmentVariable
multiple times now for projects that need either managed identity connection or when the test locally starts up the app and sets certain variables.Describe the solution you'd like
A test fixture called
TemporaryEnvironmentVariable
that temporary sets an environment variable during the lifetime of the fixture.Should be in the
Arcus.Testing.Core
library.The text was updated successfully, but these errors were encountered: