eac_git 0.1.0 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (192) hide show
  1. checksums.yaml +4 -4
  2. data/lib/eac_git/executables.rb +24 -4
  3. data/lib/eac_git/local.rb +5 -1
  4. data/lib/eac_git/local/dirty_files.rb +37 -0
  5. data/lib/eac_git/rspec.rb +17 -0
  6. data/lib/eac_git/version.rb +1 -1
  7. data/vendor/git-subrepo/Changes +110 -0
  8. data/vendor/git-subrepo/Intro.pod +509 -0
  9. data/vendor/git-subrepo/License +21 -0
  10. data/vendor/git-subrepo/Makefile +82 -0
  11. data/vendor/git-subrepo/Meta +28 -0
  12. data/vendor/git-subrepo/ReadMe.pod +698 -0
  13. data/vendor/git-subrepo/doc/comparison.swim +35 -0
  14. data/vendor/git-subrepo/doc/git-subrepo.swim +608 -0
  15. data/vendor/git-subrepo/doc/intro-to-subrepo.swim +387 -0
  16. data/vendor/git-subrepo/ext/bashplus/Changes +15 -0
  17. data/vendor/git-subrepo/ext/bashplus/License +21 -0
  18. data/vendor/git-subrepo/ext/bashplus/Makefile +45 -0
  19. data/vendor/git-subrepo/ext/bashplus/Meta +28 -0
  20. data/vendor/git-subrepo/ext/bashplus/ReadMe.pod +77 -0
  21. data/vendor/git-subrepo/ext/bashplus/bin/bash+ +43 -0
  22. data/vendor/git-subrepo/ext/bashplus/doc/bash+.swim +61 -0
  23. data/vendor/git-subrepo/ext/bashplus/lib/bash+.bash +92 -0
  24. data/vendor/git-subrepo/ext/bashplus/man/man1/bash+.1 +134 -0
  25. data/vendor/git-subrepo/ext/bashplus/man/man3/bash+.3 +134 -0
  26. data/vendor/git-subrepo/ext/bashplus/test/base.t +12 -0
  27. data/vendor/git-subrepo/ext/bashplus/test/fcopy.t +22 -0
  28. data/vendor/git-subrepo/ext/bashplus/test/lib/foo/bar.bash +3 -0
  29. data/vendor/git-subrepo/ext/bashplus/test/lib/foo/foo.bash +3 -0
  30. data/vendor/git-subrepo/ext/bashplus/test/source-bash+-std.t +18 -0
  31. data/vendor/git-subrepo/ext/bashplus/test/source-bash+.t +23 -0
  32. data/vendor/git-subrepo/ext/bashplus/test/test.bash +70 -0
  33. data/vendor/git-subrepo/ext/bashplus/test/use.t +19 -0
  34. data/vendor/git-subrepo/ext/test-more-bash/Changes +15 -0
  35. data/vendor/git-subrepo/ext/test-more-bash/License +21 -0
  36. data/vendor/git-subrepo/ext/test-more-bash/Makefile +20 -0
  37. data/vendor/git-subrepo/ext/test-more-bash/Meta +30 -0
  38. data/vendor/git-subrepo/ext/test-more-bash/ReadMe.pod +115 -0
  39. data/vendor/git-subrepo/ext/test-more-bash/doc/test-more.swim +89 -0
  40. data/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/Changes +15 -0
  41. data/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/License +21 -0
  42. data/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/Makefile +45 -0
  43. data/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/Meta +28 -0
  44. data/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/ReadMe.pod +77 -0
  45. data/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/bin/bash+ +43 -0
  46. data/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/doc/bash+.swim +61 -0
  47. data/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/lib/bash+.bash +92 -0
  48. data/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/man/man1/bash+.1 +134 -0
  49. data/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/man/man3/bash+.3 +134 -0
  50. data/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/base.t +12 -0
  51. data/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/fcopy.t +22 -0
  52. data/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/lib/foo/bar.bash +3 -0
  53. data/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/lib/foo/foo.bash +3 -0
  54. data/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/source-bash+-std.t +18 -0
  55. data/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/source-bash+.t +23 -0
  56. data/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/test.bash +70 -0
  57. data/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/use.t +19 -0
  58. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/Changes +15 -0
  59. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/License +21 -0
  60. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/Makefile +37 -0
  61. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/Meta +28 -0
  62. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/ReadMe.pod +66 -0
  63. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/doc/test-tap.swim +48 -0
  64. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/lib/test/tap.bash +153 -0
  65. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/man/man3/test-tap.3 +119 -0
  66. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/bail_out.t +13 -0
  67. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/done.t +10 -0
  68. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/fail.t +20 -0
  69. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/fail_fast.t +15 -0
  70. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/helper.bash +9 -0
  71. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/pass.t +9 -0
  72. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/plan.t +10 -0
  73. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/skip_all.t +20 -0
  74. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/tap.t +13 -0
  75. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/test/bail.t +14 -0
  76. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/test/fail.t +7 -0
  77. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/test/fail_fast.t +12 -0
  78. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/test/skip-all-init.t +8 -0
  79. data/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/test/skip-all-plan.t +9 -0
  80. data/vendor/git-subrepo/ext/test-more-bash/lib/test/more.bash +95 -0
  81. data/vendor/git-subrepo/ext/test-more-bash/man/man3/test-more.3 +173 -0
  82. data/vendor/git-subrepo/ext/test-more-bash/test/fail.t +20 -0
  83. data/vendor/git-subrepo/ext/test-more-bash/test/more.t +20 -0
  84. data/vendor/git-subrepo/ext/test-more-bash/test/pass.t +9 -0
  85. data/vendor/git-subrepo/ext/test-more-bash/test/setup +8 -0
  86. data/vendor/git-subrepo/ext/test-more-bash/test/skip_all.t +11 -0
  87. data/vendor/git-subrepo/ext/test-more-bash/test/test/fail1.t +12 -0
  88. data/vendor/git-subrepo/ext/test-more-bash/test/test/skip_all.t +10 -0
  89. data/vendor/git-subrepo/lib/git-subrepo +1903 -0
  90. data/vendor/git-subrepo/lib/git-subrepo.d/bash+.bash +1 -0
  91. data/vendor/git-subrepo/lib/git-subrepo.d/help-functions.bash +339 -0
  92. data/vendor/git-subrepo/man/man1/git-subrepo.1 +743 -0
  93. data/vendor/git-subrepo/note/0.4.0 +12 -0
  94. data/vendor/git-subrepo/note/AllGitCmds +148 -0
  95. data/vendor/git-subrepo/note/Cases +32 -0
  96. data/vendor/git-subrepo/note/Commands +33 -0
  97. data/vendor/git-subrepo/note/Dags +199 -0
  98. data/vendor/git-subrepo/note/Gists +7 -0
  99. data/vendor/git-subrepo/note/Links +25 -0
  100. data/vendor/git-subrepo/note/Plugins +10 -0
  101. data/vendor/git-subrepo/note/Spec +39 -0
  102. data/vendor/git-subrepo/note/Story1 +57 -0
  103. data/vendor/git-subrepo/note/ToDo +55 -0
  104. data/vendor/git-subrepo/note/design.swim +137 -0
  105. data/vendor/git-subrepo/note/design2.swim +85 -0
  106. data/vendor/git-subrepo/note/init-test +38 -0
  107. data/vendor/git-subrepo/note/pull-dance.txt +18 -0
  108. data/vendor/git-subrepo/note/recreate-rebase-conflict.sh +56 -0
  109. data/vendor/git-subrepo/note/subtree-rebase-fail-example/test.bash +29 -0
  110. data/vendor/git-subrepo/note/test-subrepo-push.sh +69 -0
  111. data/vendor/git-subrepo/note/test.sh +58 -0
  112. data/vendor/git-subrepo/pkg/bin/generate-completion.pl +210 -0
  113. data/vendor/git-subrepo/pkg/bin/generate-help-functions.pl +89 -0
  114. data/vendor/git-subrepo/share/completion.bash +42 -0
  115. data/vendor/git-subrepo/share/enable-completion.sh +50 -0
  116. data/vendor/git-subrepo/share/git-completion.bash +2738 -0
  117. data/vendor/git-subrepo/share/zsh-completion/_git-subrepo +81 -0
  118. data/vendor/git-subrepo/test/branch-all.t +41 -0
  119. data/vendor/git-subrepo/test/branch-rev-list-one-path.t +43 -0
  120. data/vendor/git-subrepo/test/branch-rev-list.t +47 -0
  121. data/vendor/git-subrepo/test/branch.t +52 -0
  122. data/vendor/git-subrepo/test/clean.t +43 -0
  123. data/vendor/git-subrepo/test/clone-annotated-tag.t +45 -0
  124. data/vendor/git-subrepo/test/clone.t +107 -0
  125. data/vendor/git-subrepo/test/compile.t +19 -0
  126. data/vendor/git-subrepo/test/config.t +58 -0
  127. data/vendor/git-subrepo/test/encode.t +91 -0
  128. data/vendor/git-subrepo/test/error.t +171 -0
  129. data/vendor/git-subrepo/test/fetch.t +43 -0
  130. data/vendor/git-subrepo/test/gitignore.t +61 -0
  131. data/vendor/git-subrepo/test/init.t +64 -0
  132. data/vendor/git-subrepo/test/issue29.t +98 -0
  133. data/vendor/git-subrepo/test/issue95.t +98 -0
  134. data/vendor/git-subrepo/test/issue96.t +96 -0
  135. data/vendor/git-subrepo/test/pull-all.t +38 -0
  136. data/vendor/git-subrepo/test/pull-merge.t +113 -0
  137. data/vendor/git-subrepo/test/pull-message.t +88 -0
  138. data/vendor/git-subrepo/test/pull-new-branch.t +58 -0
  139. data/vendor/git-subrepo/test/pull-ours.t +90 -0
  140. data/vendor/git-subrepo/test/pull-theirs.t +82 -0
  141. data/vendor/git-subrepo/test/pull-twice.t +44 -0
  142. data/vendor/git-subrepo/test/pull-worktree.t +40 -0
  143. data/vendor/git-subrepo/test/pull.t +99 -0
  144. data/vendor/git-subrepo/test/push-after-init.t +51 -0
  145. data/vendor/git-subrepo/test/push-force.t +56 -0
  146. data/vendor/git-subrepo/test/push-new-branch.t +61 -0
  147. data/vendor/git-subrepo/test/push-no-changes.t +29 -0
  148. data/vendor/git-subrepo/test/push-squash.t +56 -0
  149. data/vendor/git-subrepo/test/push.t +176 -0
  150. data/vendor/git-subrepo/test/reclone.t +45 -0
  151. data/vendor/git-subrepo/test/repo/bar/HEAD +1 -0
  152. data/vendor/git-subrepo/test/repo/bar/config +4 -0
  153. data/vendor/git-subrepo/test/repo/bar/objects/1f/0c4b264caed0126814a0ede851a1e0b4e16ae6 +0 -0
  154. data/vendor/git-subrepo/test/repo/bar/objects/87/46903fdb1b9c2101377880125917c2e05b4d69 +0 -0
  155. data/vendor/git-subrepo/test/repo/bar/objects/94/c86ffc745232d89f78c6f895e11e71272518db +0 -0
  156. data/vendor/git-subrepo/test/repo/bar/objects/c6/76c57b6576743fa56278527aa60ebd2e202a7c +0 -0
  157. data/vendor/git-subrepo/test/repo/bar/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 +0 -0
  158. data/vendor/git-subrepo/test/repo/bar/objects/f6/2a8ff3feadf39b0a98f1a86ec6d1eb33858ee9 +0 -0
  159. data/vendor/git-subrepo/test/repo/bar/refs/heads/master +1 -0
  160. data/vendor/git-subrepo/test/repo/bar/refs/tags/A +1 -0
  161. data/vendor/git-subrepo/test/repo/foo/HEAD +1 -0
  162. data/vendor/git-subrepo/test/repo/foo/config +4 -0
  163. data/vendor/git-subrepo/test/repo/foo/objects/a0/f4cdaaf533a936296cdebbed8206c3b9ededa8 +0 -0
  164. data/vendor/git-subrepo/test/repo/foo/objects/e2/1291a1ad392a9d4c51dd9586804f1467b28afd +0 -0
  165. data/vendor/git-subrepo/test/repo/foo/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 +0 -0
  166. data/vendor/git-subrepo/test/repo/foo/refs/heads/master +1 -0
  167. data/vendor/git-subrepo/test/repo/init/HEAD +1 -0
  168. data/vendor/git-subrepo/test/repo/init/config +5 -0
  169. data/vendor/git-subrepo/test/repo/init/objects/11/523f5dcf03b4c89b592dc8a3d0308f68da2386 +0 -0
  170. data/vendor/git-subrepo/test/repo/init/objects/14/2addf8ec5f37334e837440122c62f2c68a29ad +0 -0
  171. data/vendor/git-subrepo/test/repo/init/objects/32/5180321750a21cd7a4e7ecda319e557a4f6a09 +2 -0
  172. data/vendor/git-subrepo/test/repo/init/objects/3d/918c6901c02f43af5d31779dd5e1f9166aeb36 +0 -0
  173. data/vendor/git-subrepo/test/repo/init/objects/3e/4cb596066dce63ba4d047abddb677389b65e19 +0 -0
  174. data/vendor/git-subrepo/test/repo/init/objects/4b/6e53022e7a04f07887697e4f3d7c377fd9822b +0 -0
  175. data/vendor/git-subrepo/test/repo/init/objects/58/931fc1bd559b59c41ea738fc7ad04f9ad01bd3 +0 -0
  176. data/vendor/git-subrepo/test/repo/init/objects/5e/c0c28e1b806f25efdca18fcf7a74b49c3755bd +0 -0
  177. data/vendor/git-subrepo/test/repo/init/objects/75/fa6584e748f57eff06eebdc55e9ac21d4fcbf2 +1 -0
  178. data/vendor/git-subrepo/test/repo/init/objects/80/2d5edbd5e1cb7fca82b5bd38e7c8a0a496fb20 +0 -0
  179. data/vendor/git-subrepo/test/repo/init/objects/94/7b3d714c38791e95ad6f928b48c98bb8708acd +0 -0
  180. data/vendor/git-subrepo/test/repo/init/objects/95/e1f2df3f4d5f3d7a60588c25a7ca8a913d3c2a +1 -0
  181. data/vendor/git-subrepo/test/repo/init/objects/b1/5f4a7666baf40d949548ead946a3370e273479 +0 -0
  182. data/vendor/git-subrepo/test/repo/init/objects/c3/ee8978c4c5d84c3b7d00ba8e5906933d027882 +0 -0
  183. data/vendor/git-subrepo/test/repo/init/objects/c8/b0bffbc405ef3fad7354ff833fbec36d67ddfa +3 -0
  184. data/vendor/git-subrepo/test/repo/init/objects/dd/8bdb934ec848137f011fe423b185505c343626 +2 -0
  185. data/vendor/git-subrepo/test/repo/init/objects/e2/9be58c767cfeb27235c995d293a7d71aac0135 +2 -0
  186. data/vendor/git-subrepo/test/repo/init/objects/ee/1224401fc6aac595145fa727dcf6706ac8aec1 +1 -0
  187. data/vendor/git-subrepo/test/repo/init/objects/f1/cc1a657b2e805c400f5dcaaa76bd29c6178b1b +0 -0
  188. data/vendor/git-subrepo/test/repo/init/refs/heads/master +1 -0
  189. data/vendor/git-subrepo/test/setup +205 -0
  190. data/vendor/git-subrepo/test/status.t +68 -0
  191. data/vendor/git-subrepo/test/submodule.t +45 -0
  192. metadata +190 -4
@@ -0,0 +1,12 @@
1
+ #!/bin/bash -e
2
+
3
+ source test/test.bash
4
+
5
+ PATH=$PWD/bin:$PATH
6
+ source bash+ :std
7
+
8
+ ok $? '`source bash+` works'
9
+
10
+ is "$BASHPLUS_VERSION" '0.0.7' 'BASHPLUS_VERSION is 0.0.7'
11
+
12
+ done_testing 2
@@ -0,0 +1,22 @@
1
+ #!/bin/bash -e
2
+
3
+ source test/test.bash
4
+
5
+ PATH=$PWD/bin:$PATH
6
+ source bash+
7
+
8
+ foo() {
9
+ echo O HAI
10
+ }
11
+
12
+ like "$(type bar 2>&1)" 'bar: not found' \
13
+ 'bar is not yet a function'
14
+
15
+ bash+:fcopy foo bar
16
+
17
+ type -t bar &>/dev/null
18
+ ok $? 'bar is now a function'
19
+ is "$(type foo | tail -n+3)" "$(type bar | tail -n+3)" \
20
+ 'Copy matches original'
21
+
22
+ done_testing 3
@@ -0,0 +1,3 @@
1
+ Foo__Bar_VERSION='1.2.3'
2
+
3
+ Foo::Bar:baz() { :;}
@@ -0,0 +1,3 @@
1
+ Foo::Foo:import() {
2
+ echo $1---$2
3
+ }
@@ -0,0 +1,18 @@
1
+ #!/bin/bash -e
2
+
3
+ source test/test.bash
4
+
5
+ PATH=$PWD/bin:$PATH
6
+ source bash+ :std
7
+
8
+ ok "`bash+:can use`" 'use is imported'
9
+ ok "`bash+:can die`" 'die is imported'
10
+ ok "`bash+:can warn`" 'warn is imported'
11
+
12
+ ok "`! bash+:can import`" 'import is not imported'
13
+ ok "`! bash+:can main`" 'main is not imported'
14
+ ok "`! bash+:can fcopy`" 'fcopy is not imported'
15
+ ok "`! bash+:can findlib`" 'findlib is not imported'
16
+ ok "`! bash+:can can`" 'can is not imported'
17
+
18
+ done_testing 8
@@ -0,0 +1,23 @@
1
+ #!/bin/bash -e
2
+
3
+ source test/test.bash
4
+
5
+ PATH=$PWD/bin:$PATH
6
+ source bash+
7
+
8
+ functions=(
9
+ use
10
+ import
11
+ fcopy
12
+ findlib
13
+ die
14
+ warn
15
+ can
16
+ )
17
+
18
+ for f in ${functions[@]}; do
19
+ is "$(type -t "bash+:$f")" function \
20
+ "bash+:$f is a function"
21
+ done
22
+
23
+ done_testing 7
@@ -0,0 +1,70 @@
1
+ #!/usr/bin/env bash
2
+
3
+ #------------------------------------------------------------------------------
4
+ # This is a tiny version of test-more-bash that I use here. test-more-bash uses
5
+ # bash+, so I want to avoid the circular dependency. This little guy does
6
+ # 80-90% what test-more-bash does, with minimal code. It's a good example of
7
+ # how nice Bash can be.
8
+ #------------------------------------------------------------------------------
9
+
10
+ plan() {
11
+ echo "1..$1"
12
+ }
13
+
14
+ pass() {
15
+ let run=run+1
16
+ echo "ok $run${1:+ - $1}"
17
+ }
18
+
19
+ fail() {
20
+ let run=run+1
21
+ echo "not ok $run${1:+ - $1}"
22
+ }
23
+
24
+ is() {
25
+ if [ "$1" == "$2" ]; then
26
+ pass "$3"
27
+ else
28
+ fail "$3"
29
+ diag "Got: $1"
30
+ diag "Want: $2"
31
+ fi
32
+ }
33
+
34
+ ok() {
35
+ (exit ${1:-$?}) &&
36
+ pass "$2" ||
37
+ fail "$2"
38
+ }
39
+
40
+ like() {
41
+ if [[ "$1" =~ "$2" ]]; then
42
+ pass "$3"
43
+ else
44
+ fail "$3"
45
+ diag "Got: $1"
46
+ diag "Like: $2"
47
+ fi
48
+ }
49
+
50
+ unlike() {
51
+ if [[ ! "$1" =~ "$2" ]]; then
52
+ pass "$3"
53
+ else
54
+ fail "$3"
55
+ diag "Got: $1"
56
+ diag "Dont: $2"
57
+ fi
58
+ }
59
+
60
+ done_testing() {
61
+ echo "1..${1:-$run}"
62
+ }
63
+
64
+ diag() {
65
+ echo "# ${1//$'\n'/$'\n'# }" >&2
66
+ }
67
+
68
+ note() {
69
+ echo "# ${1//$'\n'/$'\n'# }"
70
+ }
@@ -0,0 +1,19 @@
1
+ #!/bin/bash -e
2
+
3
+ source test/test.bash
4
+
5
+ PATH=$PWD/bin:$PATH
6
+ source bash+ :std can
7
+
8
+ BASHLIB=test/lib
9
+
10
+ use Foo::Bar
11
+ ok $? 'use Foo::Bar - works'
12
+ ok "`can Foo::Bar:baz`" 'Function Foo::Bar:baz exists'
13
+ is "$Foo__Bar_VERSION" 1.2.3 '$Foo__Bar_VERSION == 1.2.3'
14
+
15
+ output=`use Foo::Foo Boo Booo`
16
+ ok $? 'use Foo::Foo Boo Booo - works'
17
+ is "$output" Boo---Booo 'Correct import called'
18
+
19
+ done_testing 5
@@ -0,0 +1,15 @@
1
+ ---
2
+ version: 0.0.3
3
+ date: Sat Jan 23 16:39:20 PST 2016
4
+ changes:
5
+ - Make up to date
6
+ ---
7
+ version: 0.0.2
8
+ date: Fri Jan 23 21:26:18 PST 2015
9
+ changes:
10
+ - Make up to date
11
+ ---
12
+ version: 0.0.1
13
+ date: Sun Oct 27 22:53:10 PDT 2013
14
+ changes:
15
+ - First release.
@@ -0,0 +1,21 @@
1
+ (The MIT License)
2
+
3
+ Copyright © 2013-2016. Ingy döt Net.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the ‘Software’), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
9
+ of the Software, and to permit persons to whom the Software is furnished to do
10
+ so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,20 @@
1
+ NAME := test-more
2
+ DOC := doc/$(NAME).swim
3
+ MAN3 := man/man3
4
+
5
+ default: help
6
+
7
+ help:
8
+ @echo 'Rules: test, doc'
9
+
10
+ .PHONY: test
11
+ test:
12
+ prove $(PROVEOPT:%=% )test/
13
+
14
+ doc: ReadMe.pod $(MAN3)/$(NAME).3
15
+
16
+ ReadMe.pod: $(DOC)
17
+ swim --to=pod --complete --wrap $< > $@
18
+
19
+ $(MAN3)/%.3: doc/%.swim
20
+ swim --to=man $< > $@
@@ -0,0 +1,30 @@
1
+ =meta: 0.0.2
2
+
3
+ name: test-more
4
+ version: 0.0.3
5
+ abstract: TAP Testing for Bash
6
+ homepage: http://bpan.org/package/test-more/
7
+
8
+ license: MIT
9
+ copyright: 2013-2016
10
+ author:
11
+ name: Ingy döt Net
12
+ email: ingy@ingy.net
13
+ github: ingydotnet
14
+ twitter: ingydotnet
15
+ freenode: ingy
16
+ homepage: http://ingy.net
17
+
18
+ requires:
19
+ bash: 3.2.0
20
+ bashplus: 0.0.7
21
+ test-tap: 0.0.4
22
+ test:
23
+ cmd: make test
24
+ install:
25
+ cmd: make install
26
+
27
+ devel:
28
+ git: git@github.org/ingydotnet/test-more-bash.git
29
+ irc: irc.freenode.net#bpan
30
+ bug: https://github.com/ingydotnet/test-more-bash/issues/
@@ -0,0 +1,115 @@
1
+ =pod
2
+
3
+ =for comment
4
+ DO NOT EDIT. This Pod was generated by Swim v0.1.41.
5
+ See http://github.com/ingydotnet/swim-pm#readme
6
+
7
+ =encoding utf8
8
+
9
+ =head1 Name
10
+
11
+ Test::More - TAP Testing for Bash
12
+
13
+ =for html
14
+ <a href="https://travis-ci.org/ingydotnet/test-more-bash"><img src="https://travis-ci.org/ingydotnet/test-more-bash.png" alt="test-more-bash"></a>
15
+
16
+ =head1 Synopsis
17
+
18
+ Write a test file like this. Maybe call it C<test/test.t>:
19
+
20
+ #!/usr/bin/env bash
21
+
22
+ TEST_MORE_PATH="/path/to/test-more-bash"
23
+ BASHLIB="`
24
+ find $TEST_MORE_PATH -type d |
25
+ grep -E '/(bin|lib)$' |
26
+ xargs -n1 printf "%s:"`"
27
+ PATH="$BASHLIB$PATH"
28
+
29
+ source bash+ :std
30
+
31
+ use Test::More
32
+
33
+ plan tests 8
34
+
35
+ some-command
36
+ ok $? 'some-command is ok'
37
+
38
+ # or:
39
+ ok "`some-command`" 'some-command is ok'
40
+
41
+ pass 'This will always pass'
42
+
43
+ fail 'This will always fail'
44
+
45
+ is `echo foo` 'foo' 'foo is foo'
46
+
47
+ isnt foo bar "foo isn't bar"
48
+
49
+ like food foo 'food is like foo'
50
+
51
+ unlike team I "There's no 'I' in 'team'"
52
+
53
+ diag "A message for stderr"
54
+
55
+ note "A message for stdout"
56
+
57
+ Run the test with C<prove> like this:
58
+
59
+ prove test/test.t
60
+
61
+ Prove knows it's Bash from the first line (the hashbang), and it just works.
62
+
63
+ =head1 Description
64
+
65
+ Test::More is the tried and true testing library for Perl. It uses TAP (the
66
+ Test Anything Protocol). This is the same thing for Bash. For the most part it
67
+ should work exactly the same.
68
+
69
+ =head1 Methods
70
+
71
+ This is the basic usage:
72
+
73
+ =over
74
+
75
+ =item * C<plan tests $count>
76
+
77
+ =item * C<ok $status_code "$label">
78
+
79
+ =item * C<pass "$label">
80
+
81
+ =item * C<fail "$label">
82
+
83
+ =item * C<is "$got" "$want" "label">
84
+
85
+ =item * C<isnt "$got" "$unwanted" "$label">
86
+
87
+ =item * C<like "$got" "$regex" "$label">
88
+
89
+ =item * C<unlike "$got" "$regex" "$label">
90
+
91
+ =item * C<diag "$message">
92
+
93
+ =item * C<note "$message">
94
+
95
+ =item * C<done_testing $count>
96
+
97
+ =item * C<plan skip_all "$reason">
98
+
99
+ =item * C<BAIL_OUT "$reason">
100
+
101
+ =back
102
+
103
+ More detailed info coming soon.
104
+
105
+ =head1 Author
106
+
107
+ Ingy döt Net <ingy@bpan.org>
108
+
109
+ =head1 Copyright & License
110
+
111
+ Copyright 2013-2016. Ingy döt Net.
112
+
113
+ The MIT License (MIT)
114
+
115
+ =cut
@@ -0,0 +1,89 @@
1
+ Test::More
2
+ ==========
3
+
4
+ TAP Testing for Bash
5
+
6
+ <badge travis ingydotnet/test-more-bash>
7
+
8
+ = Synopsis
9
+
10
+ Write a test file like this. Maybe call it `test/test.t`:
11
+
12
+ #!/usr/bin/env bash
13
+
14
+ TEST_MORE_PATH="/path/to/test-more-bash"
15
+ BASHLIB="`
16
+ find $TEST_MORE_PATH -type d |
17
+ grep -E '/(bin|lib)$' |
18
+ xargs -n1 printf "%s:"`"
19
+ PATH="$BASHLIB$PATH"
20
+
21
+ source bash+ :std
22
+
23
+ use Test::More
24
+
25
+ plan tests 8
26
+
27
+ some-command
28
+ ok $? 'some-command is ok'
29
+
30
+ # or:
31
+ ok "`some-command`" 'some-command is ok'
32
+
33
+ pass 'This will always pass'
34
+
35
+ fail 'This will always fail'
36
+
37
+ is `echo foo` 'foo' 'foo is foo'
38
+
39
+ isnt foo bar "foo isn't bar"
40
+
41
+ like food foo 'food is like foo'
42
+
43
+ unlike team I "There's no 'I' in 'team'"
44
+
45
+ diag "A message for stderr"
46
+
47
+ note "A message for stdout"
48
+
49
+ Run the test with `prove` like this:
50
+
51
+ prove test/test.t
52
+
53
+ Prove knows it's Bash from the first line (the hashbang), and it just works.
54
+
55
+ = Description
56
+
57
+ Test::More is the tried and true testing library for Perl. It uses TAP (the
58
+ Test Anything Protocol). This is the same thing for Bash. For the most part it
59
+ should work exactly the same.
60
+
61
+ = Methods
62
+
63
+ This is the basic usage:
64
+
65
+ * `plan tests $count`
66
+ * `ok $status_code "$label"`
67
+ * `pass "$label"`
68
+ * `fail "$label"`
69
+ * `is "$got" "$want" "label"`
70
+ * `isnt "$got" "$unwanted" "$label"`
71
+ * `like "$got" "$regex" "$label"`
72
+ * `unlike "$got" "$regex" "$label"`
73
+ * `diag "$message"`
74
+ * `note "$message"`
75
+ * `done_testing $count`
76
+ * `plan skip_all "$reason"`
77
+ * `BAIL_OUT "$reason"`
78
+
79
+ More detailed info coming soon.
80
+
81
+ = Author
82
+
83
+ Ingy döt Net <ingy@bpan.org>
84
+
85
+ = Copyright & License
86
+
87
+ Copyright 2013-2016. Ingy döt Net.
88
+
89
+ The MIT License (MIT)