X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tests%2Fdbtest_timestamps.py;h=8b35c63f804041f87e51e6e5a77ddc0f741f7d6d;hb=1480ca40a492d78a68b8239c330bd40d024aaefc;hp=ff19d7d0ad18dd7d47be6d8887e25a5aa2c40d9e;hpb=695b2d37022b899f3305dc83d89aa6dfee8af55e;p=dak.git diff --git a/tests/dbtest_timestamps.py b/tests/dbtest_timestamps.py index ff19d7d0..8b35c63f 100755 --- a/tests/dbtest_timestamps.py +++ b/tests/dbtest_timestamps.py @@ -15,12 +15,6 @@ class TimestampTestCase(DBDakTestCase): TODO: Should we check all tables? """ - def now(self): - local_session = DBConn().session() - query = local_session.query('now').from_statement('select now() as now') - local_session.close() - return query.one().now - def sleep(self): time.sleep(0.001)