X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tests%2Fdbtest_timestamps.py;h=8b35c63f804041f87e51e6e5a77ddc0f741f7d6d;hb=fa9204359367665156ba36756acda4095864016a;hp=98642c419624b3f25a923d0ed85c2c40a2db2775;hpb=deb6a48ff8e79771d9001edd70c47f0d1cf1118b;p=dak.git diff --git a/tests/dbtest_timestamps.py b/tests/dbtest_timestamps.py index 98642c41..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.first().now - def sleep(self): time.sleep(0.001)