Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.0.1
    7f5b59b2 · Bats 1.0.1 ·
    Bats 1.0.1 — June 9, 2018
    
    * Fixed a `BATS_CWD` bug introduced in #91 whereby it was set to the parent of
      `PWD`, when it should've been set to `PWD` itself (#98). This caused file
      names in stack traces to contain the basename of `PWD` as a prefix, when the
      names should've been purely relative to `PWD`.
    * Ensure the last line of test output prints when it doesn't end with a newline
      (#99). This was a quasi-bug introduced by replacing `sed` with `while` in #88.
    
  • v1.0.0
    0690be2b · Bats 1.0.0 ·
    Bats 1.0.0 — June 8, 2018
    
    `1.0.0` generally preserves compatibility with `0.4.0`, but with some Bash
    compatibility improvements and a massive performance boost. In other words:
    
    - all existing tests should remain compatible
    - tests that might've failed or exhibited unexpected behavior on earlier
      versions of Bash should now also pass or behave as expected
    
    Changes:
    
    * Added support for Docker.
    * Added support for test scripts that have the [unofficial strict
      mode](http://redsymbol.net/articles/unofficial-bash-strict-mode/) enabled.
    * Improved stability on Windows and macOS platforms.
    * Massive performance improvements, especially on Windows (#8)
    * Workarounds for inconsistent behavior between Bash versions (#82)
    * Workaround for preserving stack info after calling an exported function under
      Bash < 4.4 (#87)
    * Fixed TAP compliance for skipped tests
    * Added support for tabs in test names.
    * `bin/bats` and `install.sh` now work reliably on Windows (#91)
    
  • debian/0.4.0-1.1
    Debian release 0.4.0-1.1
  • debian/0.4.0-1
    bats Debian release 0.4.0-1
    
  • v0.4.0
    7b032e4b · Bats 0.4.0 ·
  • v0.3.1
    2e247788 · Bats 0.3.1 ·
  • v0.3.0
    0e5e4457 · Bats 0.3.0 ·
  • v0.2.0
    5030f53e · Bats 0.2.0 ·
  • v0.1.0
    2f192ebf · Bats 0.1.0 ·