Sha256: 2121c0c1dcec19b2d7ecc081305e07ed4b5806669e1398ec6df513388dca8ae1

Contents?: true

Size: 757 Bytes

Versions: 65

Compression:

Stored size: 757 Bytes

Contents

$Id$

To run all tests, run: 'rake test'.  To run an individual suite, run the file
directly.  e.g. cd test/util; ./utiltest.rb

You might need to run some tests as root.

If you do not have rake installed:
  gem install rake

## The following information is possibly out of date?

Tests are organized into a dual hierarchy: each subdirectory is
considered a test suite, and each file in the subdirectory is considered
a test case.  You can use any test case as an example of how to write
more of them, but basically the only requirements are that they each have
their own class names, their names each match /tc_.+\.r/, and that they have
the following header:

if __FILE__ == $0
    $:.unshift '..'
    $:.unshift '../../lib'
    $blinkbase = "../.."
end

Version data entries

65 entries across 65 versions & 3 rubygems

Version Path
puppet-2.7.26 test/README
puppet-2.7.25 test/README
puppet-2.7.24 test/README
puppet-2.7.23 test/README
puppet-2.7.22 test/README
puppet-2.7.21 test/README
puppet-2.6.18 test/README
puppet-2.7.20 test/README
puppet-2.7.20.rc1 test/README
librarian-puppet-0.9.4 vendor/gems/ruby/1.8/gems/puppet-2.7.18/test/README
puppet-2.7.19 test/README
supply_drop-0.11.0 examples/vendored-puppet/vendor/puppet-2.7.8/test/README
librarian-puppet-0.9.3 vendor/gems/ruby/1.8/gems/puppet-2.7.18/test/README
supply_drop-0.10.2 examples/vendored-puppet/vendor/puppet-2.7.8/test/README
puppet-2.7.18 test/README
puppet-2.6.17 test/README
supply_drop-0.10.1 examples/vendored-puppet/vendor/puppet-2.7.8/test/README
supply_drop-0.10.0 examples/vendored-puppet/vendor/puppet-2.7.8/test/README
puppet-2.7.17 test/README
puppet-2.7.16 test/README