add .head tests

This commit is contained in:
mutantmonkey
2012-06-06 22:23:06 -07:00
parent 2dbc8797e5
commit 931b53a974
2 changed files with 43 additions and 4 deletions

View File

@@ -3,10 +3,6 @@ test_wuvt.py - tests for the wuvt module
author: mutantmonkey <mutantmonkey@mutantmonkey.in>
"""
# add current working directory to path
import sys
sys.path.append('.')
import re
import unittest
from mock import MagicMock