Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bats-core/bats-assert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-01-07assert_regex: matching empty string is not invalid regexMartin Schulze
2022-05-30README.md: Document `refute_regex`Alex Thiessen
2022-05-30src: Add `refute_regex.bash`Alex Thiessen
2022-05-29{src,test}/assert_regex: Make case-sensitivity transparentAlex Thiessen
2022-05-29README.md: Document `assert_regex`Alex Thiessen
2022-05-26src: Add `assert_regex.bash`Alex Thiessen
2022-03-04Merge pull request #30 from nkakouros-forks/negative_indexMartin Schulze
2021-10-19Add support for 'assert_not_equal'.Josh Wheeler
2020-11-18Allows negative indexes in line assertionsNikolaos Kakouros
2019-01-30docs tweaksJason Karns
2019-01-30Move globals/io/exit to topJason Karns
2019-01-30Improve in-source docsJason Karns
2019-01-30Ensure helpers safe under -uJason Karns
2019-01-29Shellcheck lint fixesJason Karns
2019-01-29Reformat with vimJason Karns
2019-01-29Extract assertions to separate filesJason Karns
2018-11-26Merge branch 'assert-refute-empty'Jason Karns
2016-11-09Allow longform --stdin option as wellJason Karns
2016-11-09Update code commentsJason Karns
2016-09-26Improve failure messageassert-refute-emptyJason Karns
2016-09-26indentationJason Karns
2016-06-18refute_output without args asserts output is emptyJason Karns
2016-06-18assert_output without args asserts output is non-emptyJason Karns
2016-06-18drop early returnJason Karns
2016-06-18stdin must be specified explicitly with `-`Jason Karns
2016-03-22Removed an unnecessary commentZoltan Tombol
2016-03-22Remove fail() (moved to bats-support)Zoltan Tombol
2016-02-26Fix -- handling in output and line matching functionsZoltan Tombol
2016-02-24Add refute assertionJason Karns
2016-02-17Remove status and output from the output of assert (Fix #6)Zoltan Tombol
2016-02-13Allow heredoc on assert_output and refute_outputJuan Ibiapina
2016-02-10Initial commitZoltan Tombol