1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 20:48:27 +02:00
bats/test/fixtures/bats
Sylvain 1735a4fcd2 saving $IFS in run() not altered for code using it
IFS was modified by run() becoming '\n' and so relying to its bash default
was failing tests.

Also some wrong tests corrected because was relying on this behavior to pass.

Fix #89
2015-01-29 20:51:49 +01:00
..
dos_line.bats Supporting DOS line endings in BATS tests 2013-05-22 21:20:39 -04:00
empty.bats Suite support for aggregating multiple tests under a single run 2012-11-16 14:25:45 -06:00
environment.bats Suite support for aggregating multiple tests under a single run 2012-11-16 14:25:45 -06:00
failing_and_passing.bats Suite support for aggregating multiple tests under a single run 2012-11-16 14:25:45 -06:00
failing_helper.bats Revert "Revert "Merge pull request #25 from sstephenson/stack-trace"" 2013-10-28 20:13:45 -05:00
failing_setup.bats Correctly log errors in setup and teardown functions 2013-11-04 12:20:55 -06:00
failing_teardown.bats Print the failing status code, if it's significant 2014-08-12 16:45:51 -05:00
failing.bats Print the failing status code, if it's significant 2014-08-12 16:45:51 -05:00
intact.bats fix preprocessing tests that have lines beginning with -e 2013-04-06 14:01:03 +02:00
invalid_tap.bats Skip pretty formatting if the first line isn't a TAP plan 2013-10-28 14:47:52 -05:00
load.bats Abort when load is invoked with a nonexistent script 2012-11-16 14:35:48 -06:00
loop_keep_IFS.bats saving $IFS in run() not altered for code using it 2015-01-29 20:51:49 +01:00
output.bats Suite support for aggregating multiple tests under a single run 2012-11-16 14:25:45 -06:00
passing_and_failing.bats Add skipped count tests in the summary 2014-08-13 14:32:35 +01:00
passing_and_skipping.bats Add skipped count tests in the summary 2014-08-13 14:32:35 +01:00
passing_failing_and_skipping.bats Add skipped count tests in the summary 2014-08-13 14:32:35 +01:00
passing.bats Suite support for aggregating multiple tests under a single run 2012-11-16 14:25:45 -06:00
setup.bats Suite support for aggregating multiple tests under a single run 2012-11-16 14:25:45 -06:00
single_line.bats Support single-line test definitions 2013-11-17 13:04:57 -06:00
skipped.bats Support for TAP compliant skip directive inside test blocks. 2013-10-18 22:05:20 +01:00
teardown.bats Suite support for aggregating multiple tests under a single run 2012-11-16 14:25:45 -06:00
test_helper.bash Revert "Revert "Merge pull request #25 from sstephenson/stack-trace"" 2013-10-28 20:13:45 -05:00
without_trailing_newline.bats Fix for test files without trailing newlines (closes #12) 2013-10-21 12:45:49 -05:00