summaryrefslogtreecommitdiff
path: root/mox_test_helper.py
diff options
context:
space:
mode:
authorDawid Fatyga <dawid.fatyga@gmail.com>2012-04-24 15:50:10 -0700
committerDawid Fatyga <dawid.fatyga@gmail.com>2012-04-24 15:50:10 -0700
commit9e444c4ac77d3cd289d40aa1bcfbff83a0282b16 (patch)
tree80289ecb80304f91ba3b8bbaa30e4a18021ee462 /mox_test_helper.py
parent17bee3dab43dd9c4feb1d0202d4a99699de8b00a (diff)
parent9a6e25a979e7629a7b2813b60e2e240c63bd18bf (diff)
downloadpymox-9e444c4ac77d3cd289d40aa1bcfbff83a0282b16.tar.gz
Merge pull request #4 from quermit/fix_pep8_issues
Fixed pep8 issues
Diffstat (limited to 'mox_test_helper.py')
-rwxr-xr-xmox_test_helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mox_test_helper.py b/mox_test_helper.py
index 26824ca..21c3baf 100755
--- a/mox_test_helper.py
+++ b/mox_test_helper.py
@@ -31,6 +31,7 @@ import os
import mox
+
class ExampleMoxTestMixin(object):
"""Mix-in class for mox test case class.