Sha256: 16faa77d704219bb6bcb8e18a807437cc1ac0ea3d7664cc063bbb6f691ae2d85

Contents?: true

Size: 631 Bytes

Versions: 3

Compression:

Stored size: 631 Bytes

Contents

================================================================================
Running Tests
================================================================================

You must have the source distribution (from git) to run the tests properly. This
is something I plan to remedy in 0.6.0.

You need the 'test-unit' gem to get started...

    gem install test-unit

There are three rake targets, run from the root of the source.

    test_dbi: these are interface tests and do not require database connectivity.
    test_dbd: these are database-specific tests. Read DBD_TESTS.
    test: runs the both test_dbi and test_dbd

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ydbi-0.6.0 test/TESTING
ydbi-0.5.7 test/TESTING
ydbi-0.5.0 test/TESTING