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

State publish respects EDITOR environment variable #3284

Merged
merged 4 commits into from
May 6, 2024

Conversation

MDrakos
Copy link
Member

@MDrakos MDrakos commented May 3, 2024

BugDX-2768 state publish doesn't respect EDITOR env var

@MDrakos MDrakos changed the base branch from master to version/0-45-0-RC1 May 3, 2024 23:33
@MDrakos MDrakos marked this pull request as ready for review May 6, 2024 15:34
@MDrakos MDrakos requested a review from mitchell-as May 6, 2024 15:48
@@ -100,92 +97,6 @@ func (suite *EditTestSuite) TestCreateScriptFile_Expand() {
suite.Equal(v, string(content))
}

func (suite *EditTestSuite) TestGetOpenCmd_EditorSet() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you consider moving this test to your new package? If not, is there a way we could unit- or integration-test your new package?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for flagging that. I meant to put them back but forgot over the weekend. Note that most of these tests aren't valid any longer as we're wrapping the open library. I've attempted to adapt them to the new implementation but they aren't the same as before.

@MDrakos MDrakos requested a review from mitchell-as May 6, 2024 17:24
Copy link
Contributor

@mitchell-as mitchell-as left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@MDrakos MDrakos merged commit 699b288 into version/0-45-0-RC1 May 6, 2024
9 checks passed
@MDrakos MDrakos deleted the DX-2768 branch May 6, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants