remove unnecessary sys.path manipulation in tests

This commit is contained in:
Stefan Wojcik
2016-12-06 13:27:10 -05:00
parent 6b2cebb07b
commit bc6c84c408
18 changed files with 2 additions and 48 deletions
-2
View File
@@ -1,5 +1,3 @@
import sys
sys.path[0:0] = [""]
import unittest
from class_methods import *
-2
View File
@@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
import sys
sys.path[0:0] = [""]
import unittest
from mongoengine import *
-2
View File
@@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
import sys
sys.path[0:0] = [""]
import unittest
from bson import SON
-2
View File
@@ -1,6 +1,4 @@
import unittest
import sys
sys.path[0:0] = [""]
from mongoengine import *
from mongoengine.connection import get_db
-2
View File
@@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
import sys
sys.path[0:0] = [""]
import unittest
import warnings
-3
View File
@@ -1,6 +1,3 @@
import sys
sys.path[0:0] = [""]
import unittest
import uuid
-3
View File
@@ -1,7 +1,4 @@
# -*- coding: utf-8 -*-
import sys
sys.path[0:0] = [""]
import unittest
from datetime import datetime