Oops, added logging.basicConfig to a test.
This commit is contained in:
parent
608853cb12
commit
cb95a800e3
1 changed files with 0 additions and 3 deletions
|
@ -22,9 +22,6 @@ class TestSuperUserOps(unittest.TestCase):
|
||||||
finished_database_for_testing(self)
|
finished_database_for_testing(self)
|
||||||
|
|
||||||
def test_superuser_matrix(self):
|
def test_superuser_matrix(self):
|
||||||
import logging
|
|
||||||
logging.basicConfig(level=logging.DEBUG)
|
|
||||||
|
|
||||||
test_cases = [
|
test_cases = [
|
||||||
(self._su, {scopes.SUPERUSER}, True),
|
(self._su, {scopes.SUPERUSER}, True),
|
||||||
(self._su, {scopes.DIRECT_LOGIN}, True),
|
(self._su, {scopes.DIRECT_LOGIN}, True),
|
||||||
|
|
Reference in a new issue