branch | tls-sprint |
changeset 1016 | 26387b836099 |
parent 0 | b97547f5f1fa |
child 1802 | d628defebc17 |
1014:4792a1bb72a9 | 1016:26387b836099 |
---|---|
1 """unit tests for module cubicweb.server.sqlutils |
1 """unit tests for module cubicweb.server.sqlutils |
2 """ |
2 """ |
3 |
3 |
4 import sys |
4 import sys |
5 from mx.DateTime import now |
|
6 |
5 |
7 from logilab.common.testlib import TestCase, unittest_main |
6 from logilab.common.testlib import TestCase, unittest_main |
8 |
7 |
9 from cubicweb.server.sqlutils import * |
8 from cubicweb.server.sqlutils import * |
10 |
9 |