Commit graph

  • 278228eac1
    Merge d37974ad98 into b86c006f62 James Dinsdale 2026-09-02 21:33:53 +0100
  • d37974ad98
    Put coverage collection behind a --coverage option claude/planning-session-2mfrhv Claude 2026-09-02 20:27:04 +0000
  • 56a59b3057
    Ignore the .bin directory used for local test runs Claude 2026-09-02 19:43:00 +0000
  • 49d52fb2b8
    Add coverage collection via the DEBUG trap Claude 2026-09-02 19:42:22 +0000
  • 3f0f9de4c5
    Merge dd69dbaf40 into b86c006f62 Chitoku 2026-07-15 00:29:08 +0100
  • dd69dbaf40 Ensure teardown is always executed Chitoku 2020-02-01 18:49:37 +0900
  • e080030e67
    Merge 446eace2b5 into b86c006f62 Y. Meyer-Norwood 2026-04-16 13:51:47 +1200
  • 446eace2b5
    Implement NO_COLOR support Y. Meyer-Norwood 2026-04-16 13:51:32 +1200
  • 6b0353eae5
    Merge 4a8c260892 into b86c006f62 Jozef Izso 2023-08-14 21:45:36 +0200
  • 4a8c260892 Add assertion for matching golden files Jozef Izso 2023-08-14 21:41:06 +0200
  • e32fce58a9 feat: add "-q/--quiet" flag to supress revolver spinner Vladislav Doster 2022-05-04 22:56:24 -0500
  • c0511bd5e2 adding instructions for install with zinit arr 2021-09-08 09:47:15 -0600
  • 4bed512962
    Merge d8a5b64490 into b86c006f62 Eduardo Simón Picón 2021-01-18 20:58:10 +0000
  • d8a5b64490
    Add CI Instructions for Github Actions Eduardo Simón Picón 2021-01-18 21:50:53 +0100
  • 1be81fcc3a
    Merge e856df0b31 into b86c006f62 Hexin 2020-10-23 03:51:36 +0900
  • b6f720722f
    Merge branch 'master' into support-double-quotes-around-test-name Timothée Mazzucotelli 2020-09-04 22:30:03 +0200
  • b86c006f62 Add zplug installation method to README master Timothée Mazzucotelli 2020-04-13 17:00:11 +0200
  • b0b11a14da
    Add zplug installation method to README Timothée Mazzucotelli 2020-04-13 17:00:11 +0200
  • 9190e6a177 Support double-quotes around tests names Timothée Mazzucotelli 2020-04-13 16:30:11 +0200
  • 5495480051
    Support double-quotes around tests names Timothée Mazzucotelli 2020-04-13 16:16:51 +0200
  • e856df0b31 Fix issue where revolver stop was not called Hexin 2020-01-19 20:23:11 +0900
  • 27fa7eea17
    Merge 0d73327cdc into 9ddf8b946a Nick Reilingh 2020-01-04 07:48:52 +0000
  • 0d73327cdc
    run.zsh: when recursing on tests directory, only parse .zunit files Nick Reilingh 2020-01-04 02:45:55 -0500
  • 8048638571 helpers.zsh: Fix quoting issues by quoting the "-special characters Sebastian Gniazdowski 2019-12-08 11:19:16 +0100
  • a3cf4c3c09 helpers.zsh: Fix quoting issues by quoting the "-special characters Sebastian Gniazdowski 2019-12-08 11:19:16 +0100
  • ca13949cd5 helpers.zsh: Unquote special characters to allow special effects of code Sebastian Gniazdowski 2019-11-20 21:13:51 +0100
  • 996461bf8b helpers.zsh: Change the special-constructs (like `>>') handling for eval Sebastian Gniazdowski 2019-11-18 18:34:42 +0100
  • df91c473c7 _zunit: A completion for the `zunit' command Sebastian Gniazdowski 2019-10-19 16:05:13 +0200
  • 2fbbf7c8a8 helpers.zsh: evl: include other special-constructs like |, ||, etc. Sebastian Gniazdowski 2019-08-05 03:46:41 +0200
  • 4721a662cd helpers.zsh: A new helper `evl' <-> eval of the supplied code Sebastian Gniazdowski 2019-07-18 05:36:32 +0200
  • e27788af5a
    Merge branch 'master' into evl-helper Sebastian Gniazdowski 2019-08-13 23:12:18 +0200
  • c9c021f7cf helpers.zsh: evl: include other special-constructs like |, ||, etc. Sebastian Gniazdowski 2019-08-05 03:46:41 +0200
  • 6db3c59142 helpers.zsh/run: Allow running of complex commands containing ;, |, etc. Sebastian Gniazdowski 2019-08-13 22:16:15 +0200
  • 2c66e7a9fe helpers.zsh: Codify the coding style into a vim modeline Sebastian Gniazdowski 2019-08-13 22:15:40 +0200
  • 089a5bb103 zunit.zsh: Set option extendedglob and typesetsilent Sebastian Gniazdowski 2019-08-13 22:14:57 +0200
  • 04c4783ca9 helpers.zsh/run: Allow running of complex commands containing ;, |, etc. Sebastian Gniazdowski 2019-08-13 22:16:15 +0200
  • 0d4e6c296c helpers.zsh: Codify the coding style into a vim modeline Sebastian Gniazdowski 2019-08-13 22:15:40 +0200
  • 1aaf050698 zunit.zsh: Set option extendedglob and typesetsilent Sebastian Gniazdowski 2019-08-13 22:14:57 +0200
  • 9962143995 helpers.zsh: A new helper `evl' <-> eval of the supplied code Sebastian Gniazdowski 2019-07-18 05:36:32 +0200
  • 27e23be5d1 test (wip): Add test for -E option Timothée Mazzucotelli 2019-06-18 22:13:18 +0200
  • 71403dd911 Add option to prevent capture of stderr in tests Timothée Mazzucotelli 2019-05-30 22:18:20 +0200
  • f2857b74c6
    Enable travis slack notifications James Dinsdale 2019-02-20 12:11:50 +0000
  • dd2831e640
    WIP: Allow test, output and support directories to be overridden via the CLI. See #94 overridable_directories James Dinsdale 2019-01-29 22:15:21 +0000
  • 9ddf8b946a run.zsh – don't depend on external tools (tr,sed), use Zsh code instead next Sebastian Gniazdowski 2018-10-28 14:20:12 +0100
  • 7ad57b248e run.zsh – don't depend on external tools (tr,sed), use Zsh code instead Sebastian Gniazdowski 2018-10-28 14:20:12 +0100
  • 8c38a06cd0
    Introduce assert_not function Michael Aquilina 2018-08-18 15:49:35 +0100
  • e58c49a7b2
    Enable building on OSX add_osx_tests_to_travis James Dinsdale 2018-01-06 21:04:54 +0000
  • bce183c39a Version number changed v0.8.2 James Dinsdale 2018-01-04 23:04:27 +0000
  • fab582c403 Add tests for assertion false-positives with empty values James Dinsdale 2017-09-06 12:40:30 +0100
  • 6ed43da303 Quote command arguments passed to run helper James Dinsdale 2017-09-06 12:28:44 +0100
  • c3d0f2f2c8 Ensure assertion value is double quoted James Dinsdale 2017-09-05 20:30:26 +0100
  • 344ab57e78 Make zunit init idempotent James Dinsdale 2017-09-05 20:14:03 +0100
  • 75ba193af0 Bump Version James Dinsdale 2017-09-05 23:03:42 +0100
  • d331173a98
    Version number changed James Dinsdale 2018-01-04 23:04:27 +0000
  • c769cf4c50 Add tests for assertion false-positives with empty values James Dinsdale 2017-09-06 12:40:30 +0100
  • 1bac55b893 Quote command arguments passed to run helper James Dinsdale 2017-09-06 12:28:44 +0100
  • 42c88b74fb Ensure assertion value is double quoted James Dinsdale 2017-09-05 20:30:26 +0100
  • 8843a52c10 Make zunit init idempotent James Dinsdale 2017-09-05 20:14:03 +0100
  • e0369b16e6
    Add tests for assertion false-positives with empty values fix_assertions_with_empty_value James Dinsdale 2017-09-06 12:40:30 +0100
  • a848f2529c
    Quote command arguments passed to run helper James Dinsdale 2017-09-06 12:28:44 +0100
  • 51ad1a981a
    Ensure assertion value is double quoted James Dinsdale 2017-09-05 20:30:26 +0100
  • 339f485d94
    Make zunit init idempotent James Dinsdale 2017-09-05 20:14:03 +0100
  • 879f9ea57b
    Bump Version James Dinsdale 2017-09-05 23:03:42 +0100
  • 99ef8bc07a Bump version v0.8.1 James Dinsdale 2017-07-11 20:13:53 +0100
  • 83103bdbd0 Add contains and does_not_contain assertion methods James Dinsdale 2017-07-11 20:02:35 +0100
  • 7677348758 Stop output from @setup and @teardown from being suppressed James Dinsdale 2017-07-11 19:53:56 +0100
  • 31efe8bffa Rename tests with incorrect extension James Dinsdale 2017-07-11 20:01:38 +0100
  • a37ecdb1ba Allow optional space in shebang Michael Aquilina 2017-07-11 18:03:59 +0100
  • 879a062b1e
    Bump version v0.8.1-beta James Dinsdale 2017-07-11 20:13:53 +0100
  • a53f993733 Add contains and does_not_contain assertion methods James Dinsdale 2017-07-11 20:02:35 +0100
  • e735d91e58 Stop output from @setup and @teardown from being suppressed James Dinsdale 2017-07-11 19:53:56 +0100
  • 3f64403ab3
    Add contains and does_not_contain assertion methods James Dinsdale 2017-07-11 20:02:35 +0100
  • c065412961
    Rename tests with incorrect extension James Dinsdale 2017-07-11 20:01:38 +0100
  • 73b25bc759
    Stop output from @setup and @teardown from being suppressed James Dinsdale 2017-07-11 19:53:56 +0100
  • 4d694575d7
    Allow optional space in shebang Michael Aquilina 2017-07-11 18:03:59 +0100
  • 425feffc28
    Allow optional space in shebang Michael Aquilina 2017-07-11 18:03:59 +0100
  • 7d9d5cdb50 Implement travis build stages v0.8.0 James Dinsdale 2017-07-07 11:45:52 +0100
  • 598f46e22c Add new integer assertion methods James Dinsdale 2017-07-07 09:16:21 +0100
  • 6f297fbcc7 Add new pass, fail and error helper methods James Dinsdale 2017-07-06 22:52:46 +0100
  • 8ccc47e697 Remove mention of color from README James Dinsdale 2017-07-06 22:19:39 +0100
  • 8fd2175a37 Remove color dependency James Dinsdale 2017-07-06 22:08:01 +0100
  • fff5f15b1b Rename substring tests for consistency James Dinsdale 2017-07-06 14:23:01 +0100
  • be24118a9c Update repository URLs James Dinsdale 2017-07-06 01:02:01 +0100
  • aeba33e18f Don't install zvm shell integration James Dinsdale 2017-07-04 22:48:02 +0100
  • 405bb22496 Cache ZVM version between test runs James Dinsdale 2017-07-04 22:43:29 +0100
  • 4dc33eda3f Use language:generic in .travis.yml James Dinsdale 2017-07-04 22:38:23 +0100
  • 72a5d4e419 Fix readable time output James Dinsdale 2017-07-03 22:54:04 +0100
  • 8767b70601 Update completion James Dinsdale 2017-07-03 23:46:36 +0100
  • 55820243d0 Add --verbose option James Dinsdale 2017-07-03 22:51:09 +0100
  • 0db9420260 Bump version James Dinsdale 2017-07-03 22:58:38 +0100
  • 0e6eaa9519 Add substring assertion functions (#64) Michael Aquilina 2017-07-03 22:01:52 +0100
  • d338dee78c
    Implement travis build stages James Dinsdale 2017-07-07 11:45:52 +0100
  • 8f0cc910af Add new integer assertion methods v0.8.0-beta2 James Dinsdale 2017-07-07 09:16:21 +0100
  • b5d17fc296
    Add new integer assertion methods James Dinsdale 2017-07-07 09:16:21 +0100
  • 1573c2b149 Add new pass, fail and error helper methods v0.8.0-beta James Dinsdale 2017-07-06 22:52:46 +0100
  • 5cbecad63a
    Add new pass, fail and error helper methods James Dinsdale 2017-07-06 22:52:46 +0100
  • dc07be7121 Remove mention of color from README James Dinsdale 2017-07-06 22:19:39 +0100
  • 95802f1a83 Remove color dependency James Dinsdale 2017-07-06 22:08:01 +0100
  • 538b0f2407
    Remove mention of color from README James Dinsdale 2017-07-06 22:19:39 +0100
  • 72f40e2eb9
    Remove color dependency James Dinsdale 2017-07-06 22:08:01 +0100