Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.noarch.rpm

Name: go-gocheck

Project: openSUSE_13.2

Repository: oss

Title: Rich testing framework for the Go language

Description:
The Go language provides an internal testing library, named "testing", which is
relatively slim due to the fact that the standard library correctness by itself
is verified using it. The gocheck package, on the other hand, expects the
standard library from Go to be working correctly, and builds on it to offer a
richer testing framework for libraries and applications to use.

It includes features such as:

- Helpful error reporting to aid on figuring problems out (see below)
- Richer test helpers: assertions which interrupt the test immediately,
- deep multi-type comparisons, string matching, etc
- Suite-based grouping of tests
- Benchmarks integrated in the suite logic (with fixtures, etc)
- Fixtures: per suite and/or per test set up and tear down
- Management of temporary directories
- Panic-catching logic, with proper error reporting
- Proper counting of successes, failures, panics, missed tests, skips, etc
- Explicit test skipping
- Support for expected failures
- Verbosity flag which disables output caching
- Fully tested (yes, it manages to test itself reliably! :-)

Version: 2012.07.24

Release: 8.1.4

Architecture: x86_64

Size: 104 KB

Build Time: 2014-09-25 20:23:50 +0200 (almost 10 years ago)

Provides

Symbol Required by
go-gocheck = 2012.07.24-8.1.4 go-gocheck-doc
go-gocheck(x86-64) = 2012.0...
go-gocheck-devel = 2012.07.24
go-gocheck-devel-static = 2...
go-gocheck = 2012.07.24-8.1.4 go-gocheck-doc

Requires

Symbol Provided by
go >= go1.3.1 go