bats-core / bats-vscode

BATS (Bash Automated Testing System) language support for VSCode.
MIT License
23 stars 7 forks source link

Update keywords for latest Bats version #13

Closed hyperupcall closed 3 years ago

hyperupcall commented 3 years ago

Haii ^_^

This adds setup_file teardown_file, setup, and teardown. (Although these are functions declarations, would they still go under the place they are now?)

The next version of Bats will also have stderr and stderr_lines (see docs at HEAD), which I have added

jetmartin commented 3 years ago

Hi,

Thank you for contributing. Sorry for delay, I'm quite stuck at work, I will look at your PRs and test them before merge. I'll try to manage that over next WE if possible.

I'll just had a quick look and this is my first thought : You linked a doc in master, I'll prefer to refer to a tagged release. So this update seems to appear on v1.5.0. May the Bats release compliance should be add in README at least.

Best

hyperupcall commented 3 years ago

Haii,

Yeah good point - looks like now it's released in v1.5.0. I'll add which version of Bats this vscode plugin lines up with, like you mentioned

hyperupcall commented 3 years ago

Hai,

Sorry for the slow reply - I added what version of Bats this project supports

jetmartin commented 3 years ago

HI, As I told you I've a lack of free time to manage the PR, sorry for the delay. I'll merge it and may update the test file, I'll check it by today.