tf 0.4.3 → 0.4.4
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/plugins/tf/stats_output.rb +1 -1
- data/lib/tf.rb +3 -0
- metadata +19 -19
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e7b35b04d0c553449a1f6a4c52bd4deba810252
|
|
4
|
+
data.tar.gz: 7c6a5027d3022db9b7fea175c722faad2ce55949
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e3975166acb896e8b3d10f779ac2578bcf7df19a755beb3c786f2dd427da412389262d667ef837d5f33634c050f754256754564e536990ed60bb27772a51a19
|
|
7
|
+
data.tar.gz: 235c4d9c6b0a8204f81fd9c4308b1e879cf8bf95808c4f523da39c7d36bdc1b2edbd042f9b12960a348ab650ca16752ad02753c079e3c6022b44e6ddf0be7403
|
data/README.md
CHANGED
data/lib/tf.rb
CHANGED
|
@@ -76,6 +76,9 @@ class TF
|
|
|
76
76
|
process_command_tests _stdout.string, _stderr.string, _stdboth.string, _status, _env, tests
|
|
77
77
|
end
|
|
78
78
|
@plugins.output_plugins(:end_test, test)
|
|
79
|
+
rescue SystemExit, Interrupt
|
|
80
|
+
shell.close!
|
|
81
|
+
raise
|
|
79
82
|
end
|
|
80
83
|
|
|
81
84
|
def process_command_tests _stdout, _stderr, _stdboth, _status, env, tests
|
metadata
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michal Papis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-01-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: session
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - ~>
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '3.1'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - ~>
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '3.1'
|
|
27
27
|
description: Testing Framework solely based on plugins. For now only tests using Bash.
|
|
@@ -31,22 +31,22 @@ executables:
|
|
|
31
31
|
extensions: []
|
|
32
32
|
extra_rdoc_files: []
|
|
33
33
|
files:
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
- lib/tf/
|
|
38
|
-
- lib/plugins/tf/
|
|
39
|
-
- lib/plugins/tf/text_output.rb
|
|
40
|
-
- lib/plugins/tf/output_match_test.rb
|
|
34
|
+
- LICENSE
|
|
35
|
+
- README.md
|
|
36
|
+
- bin/tf
|
|
37
|
+
- lib/plugins/tf/comment_test_input.rb
|
|
38
|
+
- lib/plugins/tf/env_arr_test.rb
|
|
41
39
|
- lib/plugins/tf/env_match_test.rb
|
|
42
40
|
- lib/plugins/tf/env_type_test.rb
|
|
41
|
+
- lib/plugins/tf/error_summary_output.rb
|
|
42
|
+
- lib/plugins/tf/output_match_test.rb
|
|
43
43
|
- lib/plugins/tf/stats_output.rb
|
|
44
|
-
- lib/plugins/tf/comment_test_input.rb
|
|
45
|
-
- lib/plugins/tf/env_arr_test.rb
|
|
46
44
|
- lib/plugins/tf/status_test.rb
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
45
|
+
- lib/plugins/tf/text_output.rb
|
|
46
|
+
- lib/tf.rb
|
|
47
|
+
- lib/tf/active_patches.rb
|
|
48
|
+
- lib/tf/environment.rb
|
|
49
|
+
- lib/tf/plugins.rb
|
|
50
50
|
homepage: http://github.com/mpapis/tf
|
|
51
51
|
licenses: []
|
|
52
52
|
metadata: {}
|
|
@@ -56,17 +56,17 @@ require_paths:
|
|
|
56
56
|
- lib
|
|
57
57
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- -
|
|
59
|
+
- - ">="
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
62
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
63
|
requirements:
|
|
64
|
-
- -
|
|
64
|
+
- - ">="
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
66
|
version: '0'
|
|
67
67
|
requirements: []
|
|
68
68
|
rubyforge_project:
|
|
69
|
-
rubygems_version: 2.
|
|
69
|
+
rubygems_version: 2.6.8
|
|
70
70
|
signing_key:
|
|
71
71
|
specification_version: 4
|
|
72
72
|
summary: Testing Framework
|