Stephen Chu

Results 5 comments of Stephen Chu

I know that PR #10649 is already out there, but I would also love to eliminate the following general explanation/description text from `plan`. ``` The Terraform execution plan has been...

I meant having multi-value parameters. "tags" is just an example of mine as most things that are taggable these days have multiple tags. The existing boolean/integer/float/string data types may not...

+1000 on this feature. shflags has been great to me, and this feature is about the only thing I miss.

Any latest incarnation on this skip-test feature?

@rylnd Sure. I got onto this issue page only because I wanted to do the equivalent of `xit` in [RSpec](https://relishapp.com/rspec/rspec-core/v/3-8/docs/pending-and-skipped-examples/skip-examples#temporarily-skipping-by-prefixing-`it`,-`specify`,-or-`example`-with-an-x): > the output should contain "3 examples, 0 failures, 3...