~cjwatson/storm/tox-fix-cextensions-logic

« back to all changes in this revision

Viewing changes to tests/mocker.py

  • Committer: Colin Watson
  • Date: 2019-06-06 08:56:25 UTC
  • mfrom: (498.1.1 py3-print)
  • Revision ID: cjwatson@canonical.com-20190606085625-xtdk9jycqbu7std8
Use Python 3-style print functions. [r=simpoir]

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
Graceful platform for test doubles in Python (mocks, stubs, fakes, and dummies).
5
5
"""
 
6
from __future__ import print_function
 
7
 
6
8
import __builtin__
7
9
import tempfile
8
10
import unittest