No need to setup import path in test.base

py.test does that for us.
This commit is contained in:
Takafumi Arakaki
2013-03-12 11:03:12 +01:00
parent 446c7cf694
commit c387bf06bc
3 changed files with 0 additions and 7 deletions

View File

@@ -9,7 +9,6 @@ import functools
test_dir = dirname(abspath(__file__))
root_dir = dirname(test_dir)
sys.path.insert(0, root_dir)
import pytest