test-unit 3.1.9 → 3.2.0
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/doc/text/news.md +11 -0
- data/lib/test/unit/ui/console/testrunner.rb +2 -0
- data/lib/test/unit/version.rb +1 -1
- metadata +33 -33
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9cfd2190829c1b6c4c0905528cdb5fc4a268628
|
4
|
+
data.tar.gz: bf46e41d08f2611ac2525eaff7d8cbe80abdbb36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 614e4c8a515908878c257ae37d231a44cf2044b127d61c65d0d8aba63d1cf67494a13c21e73e62c093e6d7c43af65ffc6ca2c425c65bf26922c10bea33008d78
|
7
|
+
data.tar.gz: 9bfde8f312ac6c198c2270ab32baf1e905e365e2bd36d40598d77a8ee39cac4b783bd88c9e5dc824a9e9ac7fe15e3b4730a34c0762c6c277046471457f59a932
|
data/doc/text/news.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1
1
|
# News
|
2
2
|
|
3
|
+
## 3.2.0 - 2016-06-12 {#version-3-2-0}
|
4
|
+
|
5
|
+
### Improvements
|
6
|
+
|
7
|
+
* Supported rxvt family terminals as color available terminals.
|
8
|
+
[GitHub#121][Reported by Ippei Kishida]
|
9
|
+
|
10
|
+
### Thanks
|
11
|
+
|
12
|
+
* Ippei Kishida
|
13
|
+
|
3
14
|
## 3.1.9 - 2016-05-20 {#version-3-1-9}
|
4
15
|
|
5
16
|
### Fixes
|
data/lib/test/unit/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: test-unit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kouhei Sutou
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-
|
12
|
+
date: 2016-06-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: power_assert
|
@@ -234,44 +234,44 @@ signing_key:
|
|
234
234
|
specification_version: 4
|
235
235
|
summary: An xUnit family unit testing framework for Ruby.
|
236
236
|
test_files:
|
237
|
+
- test/test-code-snippet.rb
|
238
|
+
- test/test-fault-location-detector.rb
|
239
|
+
- test/test-attribute.rb
|
240
|
+
- test/test-priority.rb
|
241
|
+
- test/test-color-scheme.rb
|
242
|
+
- test/test-failure.rb
|
243
|
+
- test/test-color.rb
|
237
244
|
- test/ui/test_testrunmediator.rb
|
238
|
-
- test/util/test-method-owner-finder.rb
|
239
|
-
- test/util/test-output.rb
|
240
|
-
- test/util/test_observable.rb
|
241
|
-
- test/util/test_procwrapper.rb
|
242
|
-
- test/util/test_backtracefilter.rb
|
243
|
-
- test/test-test-result.rb
|
244
|
-
- test/test-assertions.rb
|
245
245
|
- test/test-attribute-matcher.rb
|
246
|
-
- test/test-
|
247
|
-
- test/
|
248
|
-
- test/
|
249
|
-
- test/
|
250
|
-
- test/
|
246
|
+
- test/test-test-suite.rb
|
247
|
+
- test/test-test-suite-creator.rb
|
248
|
+
- test/test-diff.rb
|
249
|
+
- test/test-emacs-runner.rb
|
250
|
+
- test/test-data.rb
|
251
251
|
- test/fixtures/header.csv
|
252
|
-
- test/fixtures/header
|
253
|
-
- test/fixtures/plus.csv
|
252
|
+
- test/fixtures/header.tsv
|
254
253
|
- test/fixtures/no-header.tsv
|
254
|
+
- test/fixtures/plus.csv
|
255
255
|
- test/fixtures/no-header.csv
|
256
256
|
- test/fixtures/header-label.tsv
|
257
|
-
- test/fixtures/header.
|
258
|
-
- test/test-
|
259
|
-
- test/test-test-
|
260
|
-
- test/run-test.rb
|
261
|
-
- test/test-emacs-runner.rb
|
257
|
+
- test/fixtures/header-label.csv
|
258
|
+
- test/test-assertions.rb
|
259
|
+
- test/test-test-result.rb
|
262
260
|
- test/testunit-test-util.rb
|
263
|
-
- test/test-
|
264
|
-
- test/
|
265
|
-
- test/
|
266
|
-
- test/test-
|
267
|
-
- test/test-fixture.rb
|
268
|
-
- test/test-test-suite-creator.rb
|
269
|
-
- test/test-diff.rb
|
270
|
-
- test/test-color-scheme.rb
|
271
|
-
- test/test-data.rb
|
261
|
+
- test/collector/test-load.rb
|
262
|
+
- test/collector/test_dir.rb
|
263
|
+
- test/collector/test_objectspace.rb
|
264
|
+
- test/collector/test-descendant.rb
|
272
265
|
- test/test-error.rb
|
273
|
-
- test/test
|
266
|
+
- test/run-test.rb
|
274
267
|
- test/test-pending.rb
|
275
|
-
- test/test-
|
276
|
-
- test/test-
|
268
|
+
- test/test-fixture.rb
|
269
|
+
- test/util/test-output.rb
|
270
|
+
- test/util/test-method-owner-finder.rb
|
271
|
+
- test/util/test_observable.rb
|
272
|
+
- test/util/test_procwrapper.rb
|
273
|
+
- test/util/test_backtracefilter.rb
|
274
|
+
- test/test-notification.rb
|
275
|
+
- test/test-omission.rb
|
276
|
+
- test/test-test-case.rb
|
277
277
|
has_rdoc:
|