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

not output for puts #97

Open
silverbullettruck2001 opened this issue Jun 10, 2022 · 1 comment
Open

not output for puts #97

silverbullettruck2001 opened this issue Jun 10, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@silverbullettruck2001
Copy link

Your environment

  • vscode-ruby-test-adapter version: 2.21.1
  • Ruby version: 2.6.6
  • VS Code version: 1.66.2
  • Operating System: macOS 12.4
  • RSpec or Minitest version: 3.11.0

Expected behavior

when I have a puts statement a test an run or debug the test it should display the statement in the Output panel

Actual behavior

The value in the puts statement does not display in the Output panel

@silverbullettruck2001 silverbullettruck2001 added the bug Something isn't working label Jun 10, 2022
@lsegal
Copy link

lsegal commented Jun 26, 2023

Also running into this issue. I noticed that this extension supports "debugging", but there does not seem to be any specific support for the old tried and true "print statement debugging". In particular, there's no way to see output that isn't associated with an exception in successful or failed test cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants