1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-11-17 03:32:27 +01:00

Commit Graph

  • e1797d5fa2 Incorporate the rest of @ahippo's suggestions Ross Duggan 2014-07-10 16:04:34 +0100
  • 354667bf0b Incorporate @ahippo's suggestions Ross Duggan 2014-07-10 15:07:56 +0100
  • 589f37b6e6 Separate stdout and stderr available in tests. - Introduces new variables: $output_stdout, $output_stderr, $lines_stdout, $lines_stderr Existing $output and $lines variables remain. Ross Duggan 2014-07-08 18:47:44 +0100
  • 03c6ab4c0f Fix backtrace sed script for non-GNU seds Andrey Mazo 2014-06-29 00:25:56 +0400
  • bbaf0f50df Print failed statement in backtrace Andrey Mazo 2014-06-28 23:16:32 +0400
  • 78f1c4793b Remove second occurrence. davidrenne 2014-06-27 05:15:59 -0400
  • 4059de0feb 0.3.2 changes David Renne 2014-06-26 20:08:40 -0400
  • 64adaa02c3 Merge pull request #60 from bpkg/master Sam Stephenson 2014-06-16 20:29:43 -0500
  • 96d3a79b81 use install correctly Joseph Werle 2014-06-16 18:57:26 -0400
  • 95c5d404fb add package.json Joseph Werle 2014-06-16 18:56:49 -0400
  • 91feff9f1a Merge pull request #59 from Zearin/patch-1 Sam Stephenson 2014-06-10 10:01:13 -0500
  • b2cc8ea973 Minor edits to README.md Tony 2014-06-10 10:48:27 -0400
  • bea06b9825 Warn about bare [[ ... ]] expressions double-brackets Sam Stephenson 2014-06-02 21:00:46 -0500
  • 49f533e4a7 Refactor the stack trace-capturing debug trap Sam Stephenson 2014-06-02 19:28:31 -0500
  • bd23c3831c Default to TAP output when the CI environment variable is set Sam Stephenson 2014-06-01 20:28:52 -0500
  • 34b65bb904 Safeguard test teardown (#45) Sam Stephenson 2014-06-01 20:21:14 -0500
  • af168c0a17 Merge 883eabef82 into c7b0e6eba8 Peter Vandenberk 2014-06-02 01:10:09 +0000
  • 1bd4385350 Merge 9e3972e7e7 into c7b0e6eba8 Daniel Hahler 2014-06-01 23:54:43 +0000
  • 1179701654 Merge 57d0d76e76 into c7b0e6eba8 Ryan Souza 2014-06-01 23:13:06 +0000
  • c7b0e6eba8 Style Sam Stephenson 2014-06-01 18:04:29 -0500
  • 6b4802cf54 Merge pull request #56 from ahippo/load-abs Sam Stephenson 2014-06-01 17:58:42 -0500
  • 219fca763f Merge pull request #54 from ahippo/typo-fix Sam Stephenson 2014-06-01 17:57:52 -0500
  • 35f963010d Make load handle absolute paths too Andrey Mazo 2014-05-21 00:10:55 -0400
  • e9fd05c0b2 Add run variant with stdout and stderr separated Andrey Mazo 2014-05-20 23:55:59 -0400
  • 82dbbf59d1 Merge e99dedd6c6 into 2476770c84 Andrey Mazo 2014-05-21 20:42:35 +0000
  • e99dedd6c6 Print failed statement in backtrace Andrey Mazo 2014-05-21 00:14:06 -0400
  • bd812090eb Make load handle absolute paths too Andrey Mazo 2014-05-21 00:10:55 -0400
  • 72c49b88e3 Add run variant with stdout and stderr separated Andrey Mazo 2014-05-20 23:55:59 -0400
  • 37735a7065 Fix typo in docs Andrey Mazo 2014-05-20 11:59:30 -0400
  • ccf293472e Adding fail function Lukas Zapletal 2014-05-05 14:26:34 +0200
  • f427c2dca7 added example of piping commands together with run John Albietz 2014-03-17 14:29:47 -0700
  • 9e3972e7e7 Safe-guard for rm -f /* Daniel Hahler 2014-03-13 22:41:41 +0100
  • 7f627110f2 Use mktemp -d for $BATS_TMPDIR Daniel Hahler 2014-03-13 22:34:52 +0100
  • 883eabef82 Fix typo Peter Vandenberk 2014-01-18 08:57:33 +0000
  • 1d81e9c15a Add Homebrew installation instructions Peter Vandenberk 2014-01-18 08:57:14 +0000
  • fdd283d789 Adds possibility of local .batsrc LFDM 2014-01-12 21:33:13 +0100
  • 779efdfbe2 Adds batsrc LFDM 2014-01-12 17:41:06 +0100
  • efd85cebe1 Adds load_plugin() LFDM 2014-01-12 13:35:37 +0100
  • 2476770c84 Merge pull request #34 from j1wilmot/patch-1 Sam Stephenson 2013-11-21 15:18:34 -0800
  • 0f9dc5d3d9 Update TAP format link in README.md Jeremy Wilmot 2013-11-21 17:40:51 -0500
  • 1041e46f39 Support single-line test definitions Sam Stephenson 2013-11-17 13:04:57 -0600
  • 08374f7269 Avoid expr for faster preprocessing Sam Stephenson 2013-11-17 12:31:07 -0600
  • edad6cf3ae Merge e2a1220de7 into 80815f7ebd Matthew Tardiff 2013-11-10 21:42:17 -0800
  • 80815f7ebd Ensure $PREFIX/share/man/man{1,7} directories exist Sam Stephenson 2013-11-10 22:56:29 -0600
  • fc09b9fc05 Merge 5a34370df8 into 26a89da1b5 Jameson 2013-11-10 18:46:36 -0800
  • 5a34370df8 fix install script to mkdir for manpages Jameson 2013-11-10 18:41:25 -0800
  • 57d0d76e76 Print the bash command that caused the test to fail Ryan Souza & James Rucker 2013-07-02 20:09:10 -0700
  • 26a89da1b5 Add makefile for man pages Sam Stephenson 2013-11-10 16:04:07 -0600
  • 225440bb65 Update the man pages Sam Stephenson 2013-11-10 16:03:38 -0600
  • e2a1220de7 Added the ability to test the values of global variables which were set in a "run". Matthew Tardiff 2013-11-09 14:36:32 -0600
  • 000b64fe9f Merge b1eee9f455 into ddd03ab852 Jakukyo Friel 2013-11-09 00:13:29 -0800
  • b1eee9f455 add Manpages Jakukyo Friel 2013-11-09 16:09:26 +0800
  • ddd03ab852 Remove unused variable Sam Stephenson 2013-11-04 14:00:58 -0600
  • 4a187385d2 Simplify test names Sam Stephenson 2013-11-04 13:34:37 -0600
  • c8d63dd7e0 Correctly log errors in setup and teardown functions Sam Stephenson 2013-11-04 12:20:55 -0600
  • e16b32c215 WIP: tryning to test summary Henrique Moody 2013-10-31 14:39:45 -0200
  • b8041daf84 Add skipped count tests in the summary Henrique Moody 2013-10-30 22:10:00 -0200
  • bfa4ebcd0f Prefer let x+=1 for incrementing counters Sam Stephenson 2013-10-28 21:01:51 -0500
  • 75b126fa95 Merge edbabe54bc into cb658ba91f Mislav Marohnić 2013-10-28 18:26:43 -0700
  • edbabe54bc Safely increment in a way that it works on Linux Mislav Marohnić 2013-10-29 02:23:38 +0100
  • 9f96c1f415 Merge 'stack-trace' into linux-increment-fix Mislav Marohnić 2013-10-29 02:21:58 +0100
  • 417acfff66 Revert "Revert "Merge pull request #25 from sstephenson/stack-trace"" Sam Stephenson 2013-10-28 20:13:45 -0500
  • cb658ba91f Revert "Merge pull request #25 from sstephenson/stack-trace" Sam Stephenson 2013-10-28 20:10:42 -0500
  • 07bdee33a1 Merge pull request #25 from sstephenson/stack-trace Sam Stephenson 2013-10-28 13:13:32 -0700
  • de1970fb8f Log the full stack trace when a test fails Sam Stephenson 2013-10-28 11:51:17 -0500
  • c36ad10d8c Hook up Travis CI Sam Stephenson 2013-10-28 15:04:21 -0500
  • 5177b75c31 Merge 0b54b2be58 into 2e2477881b Henrique Moody 2013-10-28 13:00:15 -0700
  • 2e2477881b Bats 0.3.1 v0.3.1 Sam Stephenson 2013-10-28 14:58:32 -0500
  • 25505bd143 Skip pretty formatting if the first line isn't a TAP plan Sam Stephenson 2013-10-28 14:46:30 -0500
  • d2c5b9ef71 Remove defunct comment-pad trimming Sam Stephenson 2013-10-28 14:44:26 -0500
  • 4b3670d4cb Merge pull request #26 from sstephenson/ansi Sam Stephenson 2013-10-28 11:22:34 -0700
  • 1534201101 Emit ANSI escape sequences directly instead of calling tput Sam Stephenson 2013-10-28 12:21:16 -0500
  • 0a151afb65 Log the full stack trace when a test fails Sam Stephenson 2013-10-28 11:51:17 -0500
  • 0b54b2be58 Add Travis CI support Henrique Moody 2013-10-25 14:13:04 -0200
  • df4def2e67 Reorganize the readme Sam Stephenson 2013-10-24 12:13:38 -0500
  • 1c464983e8 Merge 59a83796c1 into 0e5e445728 Peter Aronoff 2013-10-24 04:48:46 -0700
  • 59a83796c1 Update README to clarify rules about stdout/sterr Peter Aronoff 2013-10-24 07:45:22 -0400
  • 0e5e445728 Bats 0.3.0 v0.3.0 Sam Stephenson 2013-10-21 13:13:47 -0500
  • 6d1852b85f Merge pull request #11 from trygvis/master Sam Stephenson 2013-10-21 10:48:08 -0700
  • 8930e4e0d1 Fix for test files without trailing newlines (closes #12) Sam Stephenson 2013-10-21 12:45:49 -0500
  • 02df4f53a8 Readme tweaks Sam Stephenson 2013-10-21 12:35:07 -0500
  • a3229efbfa Pretty test output for terminals Sam Stephenson 2013-10-21 12:03:45 -0500
  • b0606bc8cd Don't need duplicate tests for skip Sam Stephenson 2013-10-21 11:32:36 -0500
  • 8873aab79f Extended syntax: "begin" line before each test is run Sam Stephenson 2013-10-21 11:32:09 -0500
  • 7849374964 bats_test_info -> bats_test_begin; begin calls setup Sam Stephenson 2013-10-21 11:21:17 -0500
  • a773171777 Don't indent the output of failed tests Sam Stephenson 2013-10-21 10:58:21 -0500
  • c8c56a987c More descriptive message for failing line and file Sam Stephenson 2013-10-21 10:57:53 -0500
  • f4e09aaa2a Merge pull request #19 from duggan/internal-skips Sam Stephenson 2013-10-18 14:14:35 -0700
  • f78324dfec Support for TAP compliant skip directive inside test blocks. Ross Duggan 2013-10-18 22:05:20 +0100
  • 5aeaf69bbc Merge 72e0f86f97 into 672f6e4be2 spike grobstein 2013-10-18 13:15:08 -0700
  • 672f6e4be2 Invoke bats with multiple files to run an ad-hoc suite Sam Stephenson 2013-10-18 14:13:00 -0500
  • ed08c6b8cf Merge d05dc2d8c9 into bc72b85871 Ross Duggan 2013-10-15 06:25:45 -0700
  • d05dc2d8c9 Add skip directive. Ross Duggan 2013-10-15 14:25:37 +0100
  • 72e0f86f97 er. screwed up that last commit. Spike Grobstein 2013-08-31 13:49:27 -0400
  • 1fc2de8b43 fixed the test to read a little better Spike Grobstein 2013-08-31 13:48:01 -0400
  • 93d6a43dae added decho function for debugging output Spike Grobstein 2013-08-31 10:08:59 -0400
  • caf17fad95 Setting gitattributes for more sane checkouts on Windows/Cygwin. Trygve Laugstøl 2013-06-06 13:37:58 +0200
  • 045a85af3e Merge 86ca8dcba8 into bc72b85871 Jan Horacek 2013-05-23 10:49:39 -0700
  • bc72b85871 Print test file path and line number after a failing test Sam Stephenson 2013-05-23 12:47:17 -0500
  • 1be500e4ff Merge pull request #9 from adamhjk/dos_endings Sam Stephenson 2013-05-23 06:41:09 -0700