Unit Tests

- Removed unnecessary REPO_DIR.
This commit is contained in:
Paul Beckingham 2014-08-11 13:10:29 -04:00
parent 7adadc6d12
commit 05b1d30c0a

View file

@ -8,9 +8,6 @@ sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from basetest import Task, TestCase
REPO_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
class TestEmptyFilter(TestCase):
def setUp(self):
self.t = Task()