Sha256: 4936cbde759127601f1e72c7346e7f167f000540d1bd8ad1f39b0aee3cf3aa4b

Contents?: true

Size: 667 Bytes

Versions: 10

Compression:

Stored size: 667 Bytes

Contents

Some Notes On Testing
=====================

Some of the interface tests require an actual database to run.  

If you want to run the whole test suite you will have to configure
spec/fixtures/database.yaml so that you can connect to both an SQL Server
database and a Postgres database.  

In each case the database name you need to use is hardcoded: pod4_test. (Pod4
assumes that the schema names can be hardcoded, and since we create and wipe
tables in these tests, you should really have a seperate database for them
anyway.)

Sequel
------
Note that the Sequel ORM adapter does **not** require a database -- we
currently use an in-memory sqlite database instead.

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pod4-0.8.3 spec/README.md
pod4-0.8.2 spec/README.md
pod4-0.8.1 spec/README.md
pod4-0.8.0 spec/README.md
pod4-0.7.2 spec/README.md
pod4-0.7.1 spec/README.md
pod4-0.7.0 spec_common/README.md
pod4-0.6.4 spec_common/README.md
pod4-0.6.3 spec/README.md
pod4-0.6.2 spec/README.md