equal
deleted
inserted
replaced
15 # details. |
15 # details. |
16 # |
16 # |
17 # You should have received a copy of the GNU Lesser General Public License along |
17 # You should have received a copy of the GNU Lesser General Public License along |
18 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
18 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
19 """unit tests for cubicweb.web.views.entities module""" |
19 """unit tests for cubicweb.web.views.entities module""" |
|
20 |
|
21 from __future__ import with_statement |
20 |
22 |
21 from datetime import datetime |
23 from datetime import datetime |
22 |
24 |
23 from logilab.common import tempattr |
25 from logilab.common import tempattr |
24 from logilab.common.decorators import clear_cache |
26 from logilab.common.decorators import clear_cache |