]> git.decadent.org.uk Git - dak.git/commit
implement first test with database access
authorTorsten Werner <twerner@debian.org>
Sun, 9 Jan 2011 20:47:38 +0000 (21:47 +0100)
committerTorsten Werner <twerner@debian.org>
Mon, 10 Jan 2011 20:56:03 +0000 (21:56 +0100)
commit3f70dafbc130cbebfe6b0a814831b05121411d4f
treed4dd8948626479371a4d3a468e703f1a9ee177e8
parent650daaa79f35a45e28c9cc651dc3bca11dfe5090
implement first test with database access

* Implement a new test class: DBDakTestCase in db_test.py.
* First test: dbtest_fingerprint.py is prefixed with dbtest_ instead of
  test_ because we do not have a test database on franck (yet).

Signed-off-by: Torsten Werner <twerner@debian.org>
tests/db_test.py [new file with mode: 0644]
tests/dbtest_all.py [new file with mode: 0755]
tests/dbtest_fingerprint.py [new file with mode: 0755]
tests/fixtures/dak.conf
tests/fixtures/db-metadata.pkl [new file with mode: 0644]