Cleanup test fixtures
This commit is contained in:
parent
df603462b8
commit
47278cc559
4 changed files with 8 additions and 12 deletions
|
@ -1,15 +1,13 @@
|
|||
import pytest
|
||||
|
||||
from datetime import timedelta
|
||||
from mock import patch
|
||||
|
||||
import pytest
|
||||
|
||||
from data import model, database
|
||||
from data.users.federated import FederatedUsers, UserInformation
|
||||
from data.users.teamsync import sync_team, sync_teams_to_groups
|
||||
from endpoints.test.fixtures import app, appconfig, database_uri, init_db_path, sqlitedb_file
|
||||
from util.names import parse_robot_username
|
||||
|
||||
from test.fixtures import app, appconfig, database_uri, init_db_path, sqlitedb_file
|
||||
from test.test_ldap import mock_ldap
|
||||
from util.names import parse_robot_username
|
||||
|
||||
_FAKE_AUTH = 'fake'
|
||||
|
||||
|
|
Reference in a new issue