Skip to content

Commit

Permalink
Amended test to pass PEP8.
Browse files Browse the repository at this point in the history
  • Loading branch information
lingfish committed Sep 23, 2015
1 parent 4f52408 commit 98f97ce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions eve_sqlalchemy/tests/test_validation_allow_unknown.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

import eve_sqlalchemy.validation
from eve_sqlalchemy.tests.test_settings_sql import *
from eve_sqlalchemy.tests.test_settings_sql import DOMAIN
from eve.utils import config

import unittest
Expand All @@ -23,6 +23,3 @@ def setUp(self):

def test_allow_unknown_true(self):
self.assertTrue(self.validator.allow_unknown)

# def test_allow_unknown_false(self):
# self.assertFalse(self.validator.allow_unknown)

0 comments on commit 98f97ce

Please sign in to comment.