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

Virtual File Support and "hot editing" via scriptblock entry into Pester #161

Open
JustinGrote opened this issue Jul 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@JustinGrote
Copy link
Collaborator

JustinGrote commented Jul 17, 2023

// TODO: Virtual File Support and "hot editing" via scriptblock entry into Pester

We can probably do this by taking the active document and shunting it into the pester configuration like this:

invoke-Pester -Container (New-PesterContainer -ScriptBlock { Describe 'test' { It 'test' { $true | should -be $true } } })

This likely will require being able to have a user-supplied Pester configuration feature first.

@JustinGrote JustinGrote added the enhancement New feature or request label Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant