Browse Source

remove comentário

pull/2255/head
Leandro Roberto 6 years ago
committed by Leandro Roberto da Silva
parent
commit
7ace119fa5
  1. 2
      sapl/test_general.py

2
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():

Loading…
Cancel
Save