Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rethink SetEnvs from testing #52

Open
kamilsk opened this issue Mar 7, 2021 · 0 comments
Open

rethink SetEnvs from testing #52

kamilsk opened this issue Mar 7, 2021 · 0 comments
Assignees

Comments

@kamilsk
Copy link
Member

kamilsk commented Mar 7, 2021

it has an important disadvantages: it disable parallel test execution and serialize them.

define interface instead:

type Environment interface {
    Expand()
    Lookup()
    Get()
    Set()
    Unset()
    Clear()
}

and add basic implementation based on the os package.

@kamilsk kamilsk self-assigned this Mar 7, 2021
@kamilsk kamilsk moved this to Backlog in 🏗 Platform May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant