Bruno Pinto
04d61303a8
fix test assertion
2015-01-14 09:14:45 -02:00
Bruno
53693cdaf3
Merge pull request #318 from bpinto/fix-bak-assertions
...
Fixes bak assertions
2015-01-14 09:13:18 -02:00
Bruno Pinto
8bf09e807e
Fixes bak assertions
2015-01-14 09:11:46 -02:00
Bruno
c9e22789d5
Merge pull request #311 from bpinto/modifying_bak_plugin_tests_to_use_fish_spec
...
Modifying bak plugin tests to use fish spec
2015-01-14 00:02:51 -02:00
Bruno Pinto
f5654b0ed4
converting bak plugin tests to fish-spec
2015-01-14 00:00:28 -02:00
Bruno
465e325abd
Merge pull request #308 from bucaran/fix-prepend-tree-299
...
Do not add test/spec files to function path in _prepend_tree.
2015-01-13 23:39:20 -02:00
Jorge Bucaran
4875576761
Do not add test/spec files to function path via skip glob in import
.
2015-01-14 10:34:21 +09:00
Jorge Bucaran
912315ba69
Do not add test/spec files to function path in _prepend_tree.
2015-01-14 10:34:21 +09:00
Bruno Pinto
081f3f5b25
allow --to-contain to receive an array, and check each item individually
2015-01-13 21:41:17 -02:00
Bruno Pinto
bce3fff175
--to-be-false and --to-be-true expectations
2015-01-13 21:22:29 -02:00
Bruno Pinto
9d889f509b
Merge pull request #310 from bucaran/stop-test-continue-suite
2015-01-13 19:16:59 -02:00
Jorge Bucaran
125f8d43c8
Subsequent tests should run if one test fails.
2015-01-13 19:16:48 -02:00
Bruno
5f92c0446c
Merge pull request #309 from bucaran/reload-and-exit-ok
...
Make sure to exit with 0 of 1 when reloading the framework
2015-01-13 17:41:00 -02:00
Jorge Bucaran
b56017e3f2
Add reload framework test case to oh-my-fish.spec
2015-01-14 04:23:37 +09:00
Jorge Bucaran
25d45b29c5
Make sure to exit with 0 of 1 when reloading the framework
2015-01-14 03:35:42 +09:00
Bruno
ed87414b51
Merge pull request #306 from bpinto/run_plugins_tests_on_travis
...
run all tests, including plugins tests, on travis
2015-01-13 15:44:33 -02:00
Bruno Pinto
4d1e85fbe0
run all tests, including plugins tests, on travis
2015-01-13 15:41:16 -02:00
Bruno
4fba87434c
Merge pull request #304 from bpinto/travis-badge
...
Adding travis badge
2015-01-13 15:31:19 -02:00
Jorge Bucaran
09e6da27e2
Fix boostrap/script to oh-my-fish.spec.fish
2015-01-13 15:29:39 -02:00
Bruno Pinto
a32cd3fdd9
README cosmetics
2015-01-13 15:29:39 -02:00
Bruno Pinto
beda636406
travis badge
2015-01-13 15:29:39 -02:00
Bruno Pinto
e7afb310a4
removing bucaran fork
2015-01-13 15:29:39 -02:00
Bruno
51a4e4decf
Merge pull request #303 from bucaran/fish-spec
...
❯❯❯ Complete overhaul of brand new Oh-My-Fish `fish-spec` test framework.
2015-01-13 15:25:40 -02:00
Jorge Bucaran
63fd25dacb
❯❯❯ Complete overhaul of brand new Oh-My-Fish test framework.
...
+ 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.
2015-01-14 02:22:07 +09:00
Bruno
1f9a51c3f6
Merge pull request #302 from bucaran/travis
...
Add travis support via .travis.yml and bash bootstrap script.
2015-01-13 13:35:04 -02:00
Jorge Bucaran
0aa8af477a
Add travis support via .travis.yml and bash bootstrap script
2015-01-13 21:02:00 +09:00
Bruno Pinto
bb467f75ac
remove double slash
2015-01-12 16:36:29 -02:00
Bruno
143cc10c42
Merge pull request #300 from bucaran/improve-install
...
Improve install.fish
2015-01-12 16:34:00 -02:00
Jorge Bucaran
05f3ecdfec
Add support for:
...
+ Non-interactive terminals, e.g., skip launching fish when
running tests automated, etc.
+ Non-git-based installations. If git is not found, download
via curl HTTP GET download request.
+ Installing forks of the framework.
Also:
+ Improve documentation.
+ Fix bug in un escaped backslash causing incorrect syntax
coloring after the ASCII fish logo.
2015-01-13 03:26:37 +09:00
Bruno Pinto
626deaf135
Merge pull request #294 from lvicentesanchez/master
2015-01-10 18:23:22 -02:00
Luis Angel Vicente Sanchez
49821054db
Update README.md
2015-01-10 18:23:18 -02:00
Luis Angel Vicente Sanchez
060110d859
* add README.md
2015-01-10 18:23:17 -02:00
Luis Angel Vicente Sanchez
15eef514ca
* fix git prompt.
2015-01-10 18:23:17 -02:00
Luis Angel Vicente Sanchez
edbea29aae
* add fox theme.
2015-01-10 18:23:17 -02:00
Bruno Pinto
fed8c86313
Merge pull request #298 from bucaran/master
2015-01-10 15:38:01 -02:00
Bruno Pinto
64ea3d8002
list.erase test
2015-01-10 15:37:19 -02:00
Bruno Pinto
e0bb27831d
naiive to_not_include implementation
2015-01-10 15:36:57 -02:00
Bruno Pinto
8d7ccec672
using --from syntax
2015-01-10 15:18:28 -02:00
Jorge Bucaran
235bcf783e
Rename array.delete.fish file to list.erase.fish
2015-01-10 15:16:09 -02:00
Jorge Bucaran
7368c174e7
Update oh-my-fish.fish tests for new list.erase function.
2015-01-10 15:16:09 -02:00
Jorge Bucaran
29d117e7ce
+ Rename array.delete
to list.erase
to better suit Fish terminology.
...
+ Extend to support any number of items and/or lists.
+ Add --from option.
2015-01-10 15:16:09 -02:00
Bruno Pinto
f34f114018
testing plugin load from custom folder
2015-01-10 15:09:09 -02:00
Bruno Pinto
75ba7639a9
+bucaran array.delete
2015-01-10 12:19:38 -02:00
Bruno Pinto
7c9d660f2c
tests using fish-spec
2015-01-10 04:12:03 -02:00
Bruno Pinto
13051d0168
oh-my-fish.fish tests
2015-01-09 22:10:01 -02:00
Bruno Pinto
6363714647
removing obsolete plugin sprunge
2015-01-09 21:15:45 -02:00
Bruno
30c683e6f9
Merge pull request #292 from bucaran/plugin-msg
...
Add msg plugin. The technicolor message printer.
2015-01-09 13:03:04 -02:00
Jorge Bucaran
c76ce97d03
Add ability to escape -s and -n options using a backslash.
...
Add notes in comments about escaping.
2015-01-09 14:10:02 +09:00
Jorge Bucaran
2542929eb9
Separate msg utility functions into their own file:
...
+ msg.util.get.color.fish
+ msg.util.random.color.fish
+ msg.util.set.color.fish
+ msg.util.str.get.fish
+ msg.util.str.has.fish
2015-01-09 14:08:47 +09:00
Jorge Bucaran
8e02073145
Add msg plugin. The technicolor message printer.
...
+ Print messages with style and color easily. Supported styles below:
_text_ Bold
__text__ Underline
___text___ Bold and Underline
`$variable` Apply @<styles> to $variables
/directory/ Directories
[url] Links
\n Line Break
\t Tab Space
+ Recognizes 256 different color names and special @random @light @dark @error and @success labels.
+ Included also is `msg.ask` to print a message with `msg` and wait for y/n input. Returns true on y\*.
2015-01-08 04:46:29 +09:00