Skip to content

Running pydobc project unit tests

Richard Jones edited this page Jun 2, 2019 · 1 revision

The test suite must be run with Python 2, not Python 3.

  1. python setup.py build
  2. cd into the build directory created (called "lib.something...")
  3. python ../../tests2/[name of database].py [connection information]
Clone this wiki locally