Commit Graph

794 Commits (a17837b7f3fbf98ffe908a9c521f5fefa758513c)
 

Author SHA1 Message Date
Bruno Pinto 550a4b4afb adding a dockerfile 10 years ago
Bruno 845ddfdca1 Merge pull request #339 from bucaran/getopts
~ fish getopts plugin ~
10 years ago
Jorge Bucaran f397152128 fish getopts plugin 10 years ago
Bruno 31854ec679 Merge pull request #333 from kholbekj/master
add OSX emoji workaround to README
10 years ago
Bruno a82af88894 Merge pull request #340 from amio/theme-edan-updated
Theme Edan: Update with optional "user & host" info.
10 years ago
Amio e237441a8b Theme Edan: Update with optional "user & host" info (Usually for a remote host).
Switch using `edan-remote` or `edan-local`
10 years ago
Kasper Holbek Jensen 471fd62abb add OSX emoji workaround to README 10 years ago
Bruno c004cb57e4 Merge pull request #338 from bucaran/fix-run-tests
test runner should search fish_path for specs instead of *
10 years ago
Jorge Bucaran 4f9a291a97 test runner should search fish_path for specs instead of * 10 years ago
Bruno Pinto 99ea3a6989 simplifying expect tests 10 years ago
Bruno Pinto b825216053 removing flaky bak tests 10 years ago
Bruno 6834ae756e Merge pull request #321 from CYKEB/master
added osx plugin
10 years ago
Felix Sonntag 39f54c2805 osx plugin: Updated description implementation, improved argument checking 10 years ago
Felix Sonntag d4acc8148a osx plugin: added descriptions, split up files, minor changes 10 years ago
Felix Sonntag 98a8283511 added osx plugin 10 years ago
Bruno Pinto 80ed2cf0f0 attempt to decrease bak flakiness 10 years ago
Bruno 712c93075d Merge pull request #325 from bpinto/run_tests_on_multiple_fish_versions
installing latest stable release and git built fish versions
10 years ago
Bruno Pinto bdc8dbb818 email notification settings 10 years ago
Bruno Pinto b1fee8b857 running tests on linux and osx 10 years ago
Bruno Pinto fcc15fc16b allow debugging messages to be echoed inside a test 10 years ago
Bruno Pinto 5c81cfbffd more tests for the fish-spec suite 10 years ago
Bruno Pinto 5e2f42c3b4 Closes #322: rename to-(not-)contain to to-(not-)contain-all 10 years ago
Bruno Pinto 9a7292ac9d fail tests when using an invalid comparison 10 years ago
Bruno Pinto 4b8b4b91bf improves text of tests 10 years ago
Bruno Pinto 0bfb95a504 run tests from correct branch on travis 10 years ago
Bruno Pinto a90680fd24 enabling spec.spec.fish suite 10 years ago
Bruno 60691b028a Merge pull request #326 from bucaran/bucaran-fish-spec
bucaran-fish-spec
10 years ago
Jorge Bucaran 3021402525 ⌁ Update Fish-Spec ⌁
+ Add fish eval fix See #fish-shell/pull/1892
+ New and improved output system with colors, etc.
+ Support for multiple non-nested describe blocks.
+ Remove spec.log and favor `msg` plugin and standard echo.
+ `spec.eval` no longer evaluates multiple functions, acting now as a simplified
  router between the view `spec.view` and the controller `spec.run`.
+ Add new `spec.view` to act as a hub for all test output.
+ Add report with passed/failed tests to `spec.view`
+ Now test descriptions are used directly from the function name. Description
  fields are now optional.
10 years ago
Bruno 3621126b65 Merge pull request #327 from bpinto/forgot_to_change_installer
changing installer to use travis ci env vars
10 years ago
Bruno Pinto bd22c3757c changing installer to use travis ci env vars 10 years ago
Bruno 123b5d1bd4 Merge pull request #324 from bpinto/run_tests_from_correct_repo_on_travis
run tests from correct repo on travis
10 years ago
Bruno Pinto 344fbb4f36 run tests from correct repo on travis 10 years ago
Bruno 05b428ed65 Merge pull request #320 from tobias-johansson/master
Enable peco plugin to take current commandline as query
10 years ago
Tobias Johansson 60b17c9c70 peco_select_history can take initial query 10 years ago
Bruno Pinto 55b6a97b9e expect --to-be-false tests 10 years ago
Bruno Pinto cb3ce0317a expect --to-be-true tests 10 years ago
Bruno Pinto 68b8546ce8 expect --to-not-contain tests and fix 10 years ago
Bruno Pinto ee23d58951 expect --to-contain tests 10 years ago
Bruno Pinto 4b93c37959 expect --to-equal tests 10 years ago
Bruno Pinto 04d61303a8 fix test assertion 10 years ago
Bruno 53693cdaf3 Merge pull request #318 from bpinto/fix-bak-assertions
Fixes bak assertions
10 years ago
Bruno Pinto 8bf09e807e Fixes bak assertions 10 years ago
Bruno c9e22789d5 Merge pull request #311 from bpinto/modifying_bak_plugin_tests_to_use_fish_spec
Modifying bak plugin tests to use fish spec
10 years ago
Bruno Pinto f5654b0ed4 converting bak plugin tests to fish-spec 10 years ago
Bruno 465e325abd Merge pull request #308 from bucaran/fix-prepend-tree-299
Do not add test/spec files to function path in _prepend_tree.
10 years ago
Jorge Bucaran 4875576761 Do not add test/spec files to function path via skip glob in `import`. 10 years ago
Jorge Bucaran 912315ba69 Do not add test/spec files to function path in _prepend_tree. 10 years ago
Bruno Pinto 081f3f5b25 allow --to-contain to receive an array, and check each item individually 10 years ago
Bruno Pinto bce3fff175 --to-be-false and --to-be-true expectations 10 years ago
Bruno Pinto 9d889f509b Merge pull request #310 from bucaran/stop-test-continue-suite 10 years ago