File: README.md

package info (click to toggle)
soci 4.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,944 kB
  • sloc: ansic: 169,887; cpp: 54,198; javascript: 12,258; ada: 1,973; sh: 36; makefile: 12; xml: 2
file content (10 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# soci/tests

SOCI tests using [CATCH](https://github.com/catchorg/Catch2) testing framework live here.

Currently one test is built for each backend, i.e. there are
`soci_oracle_test`, `soci_postgresql_test`, `soci_sqlite3_test` and so on and
for ODBC backend there are multiple versions of the test depending on the ODBC
driver used. Each of these tests can be run with a single parameter describing
the database to use for testing in the backend-specific way as well as any of
the standard [CATCH command line options](https://github.com/philsquared/Catch/blob/master/docs/command-line.md).