Skip to content

Commit

Permalink
make some tests faster
Browse files Browse the repository at this point in the history
  • Loading branch information
amleczko committed Oct 2, 2015
1 parent de49c21 commit 68f8c51
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions eve_sqlalchemy/tests/utils.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# -*- coding: utf-8 -*-
from eve_sqlalchemy.utils import extract_sort_arg

from eve_sqlalchemy.tests import TestBaseSQL

import unittest
import mock

from eve_sqlalchemy.utils import extract_sort_arg


class TestUtils(TestBaseSQL):
class TestUtils(unittest.TestCase):

def test_extract_sort_arg_standard(self):
req = mock.Mock()
Expand Down

0 comments on commit 68f8c51

Please sign in to comment.