From 7ace119fa5d76e861a5bf647459790245ca41455 Mon Sep 17 00:00:00 2001 From: Leandro Roberto Date: Mon, 24 Sep 2018 15:23:55 -0300 Subject: [PATCH] =?UTF-8?q?remove=20coment=C3=A1rio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/test_general.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sapl/test_general.py b/sapl/test_general.py index c50f21743..ef0c3a087 100644 --- a/sapl/test_general.py +++ b/sapl/test_general.py @@ -39,8 +39,6 @@ def test_str_sanity(): def test_booleanfield_configure(): - # this simply a sanity check - # __str__ semantics is not considered and should be tested separetely for app in sapl_appconfs: for model in app.get_models(): for field in model._meta.get_fields():