cubicweb/devtools/fake.py
changeset 11767 432f87a63057
parent 11756 60fed6272771
child 11825 52acf0dbf4cd
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """Fake objects to ease testing of cubicweb without a fully working environment
    18 """Fake objects to ease testing of cubicweb without a fully working environment
    19 """
    19 """
    20 
       
    21 __docformat__ = "restructuredtext en"
       
    22 
    20 
    23 from contextlib import contextmanager
    21 from contextlib import contextmanager
    24 
    22 
    25 from six import string_types
    23 from six import string_types
    26 
    24