[Testing] Test environment customization #23804
Labels
feature-request
Request for new features or functionality
triage-needed
Needs assignment to the proper sub-team
type: Feature
Description
It would be nice to have a setting to load a custom environment when running unit tests such as
python.testing.env
or support a test environment file such as.testenv
(alongside apython.testing.envFile
setting).We can already override the environment using a
.env
file but the same file is used to run / debug non test code which might not be expected.Example
Using Settings
Using Custom File
.testenv
file that will be loaded when running unit tests:The text was updated successfully, but these errors were encountered: