From 9167b796c9750c59dac6dd9e211bb4e84e2abeff Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Sat, 7 Sep 2019 12:19:48 +0300 Subject: [PATCH] passing python2 tests: from __future__ import print_function --- tests/test_general.py | 1 + tests/test_mongo_core.py | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/test_general.py b/tests/test_general.py index d9a80ec..f2b1692 100644 --- a/tests/test_general.py +++ b/tests/test_general.py @@ -1,5 +1,6 @@ """Non-core-specific tests for cachier.""" +from __future__ import print_function import os import cachier diff --git a/tests/test_mongo_core.py b/tests/test_mongo_core.py index 6602a64..954555a 100644 --- a/tests/test_mongo_core.py +++ b/tests/test_mongo_core.py @@ -1,5 +1,6 @@ """Testing the MongoDB core of cachier.""" +from __future__ import print_function import datetime import sys from random import random