This project is mirrored from https://github.com/oh-my-fish/oh-my-fish.git.
Updated .
- 17 Jan, 2015 9 commits
-
-
Bruno Pinto authored
-
Bruno Pinto authored
-
Bruno Pinto authored
-
Bruno authored
bucaran-fish-spec
-
Jorge Bucaran authored
+ 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.
-
Bruno authored
changing installer to use travis ci env vars
-
Bruno Pinto authored
-
Bruno authored
run tests from correct repo on travis
-
Bruno Pinto authored
-
- 16 Jan, 2015 2 commits
-
-
Bruno authored
Enable peco plugin to take current commandline as query
-
Tobias Johansson authored
-
- 15 Jan, 2015 5 commits
-
-
Bruno Pinto authored
-
Bruno Pinto authored
-
Bruno Pinto authored
-
Bruno Pinto authored
-
Bruno Pinto authored
-
- 14 Jan, 2015 24 commits
-
-
Bruno Pinto authored
-
Bruno authored
Fixes bak assertions
-
Bruno Pinto authored
-
Bruno authored
Modifying bak plugin tests to use fish spec
-
Bruno Pinto authored
-
Bruno authored
Do not add test/spec files to function path in _prepend_tree.
-
Jorge Bucaran authored
-
Jorge Bucaran authored
-
Bruno Pinto authored
-
Bruno Pinto authored
-
Bruno Pinto authored
-
Jorge Bucaran authored
-
Bruno authored
Make sure to exit with 0 of 1 when reloading the framework
-
Jorge Bucaran authored
-
Jorge Bucaran authored
-
Bruno authored
run all tests, including plugins tests, on travis
-
Bruno Pinto authored
-
Bruno authored
Adding travis badge
-
Jorge Bucaran authored
-
Bruno Pinto authored
-
Bruno Pinto authored
-
Bruno Pinto authored
-
Bruno authored
❯❯❯ Complete overhaul of brand new Oh-My-Fish `fish-spec` test framework.
-
Jorge Bucaran authored
+ Add documentation and examples. + Add new functions to interact with the framework: + spec.eval - eval a function by name and echo its description field + spec.functions - prints functions currently in scope that match the key glob + spec.log - log a message / test result + spec.run - run suite of tests + Rename list.erase to erase.
-