bashsupport-pro
bashsupport-pro copied to clipboard
Improvements to bats-core integration
- [x] Autocomplete common bats variables,
$BATS_TEST_FILENAMEand others - [x] support bats keywords
load - [x] support bats keywords
skip,run - [ ] Support fd 3 to print inside of test functions
- [ ] Detect printing of code outside of @test functions, these must redirect to stderr
- [ ] intention to create a test function for an existing function (?)