Warning, /sdk/codevis/thirdparty/soci/tests/README.md is written in an unsupported language. File is not indexed.

0001 # soci/tests
0002 
0003 SOCI tests using [CATCH](http://catch-lib.net/) testing framework live here.
0004 
0005 Currently one test is built for each backend, i.e. there are
0006 `soci_oracle_test`, `soci_postgresql_test`, `soci_sqlite3_test` and so on and
0007 for ODBC backend there are multiple versions of the test depending on the ODBC
0008 driver used. Each of these tests can be run with a single parameter describing
0009 the database to use for testing in the backend-specific way as well as any of
0010 the standard [CATCH command line options](https://github.com/philsquared/Catch/blob/master/docs/command-line.md).