Skip to content

Commit dc3fc62

Browse files
committed
remove print in setup_method
1 parent a4ee295 commit dc3fc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hobbit_core/hobbit/static/bootstrap/shire/tests/__init__.py.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class BaseTest:
2121
db.drop_all()
2222

2323
def setup_method(self, method):
24-
print('\n{}::{}'.format(type(self).__name__, method.__name__))
24+
pass
2525

2626
def teardown_method(self, method):
2727
for m in [m for m in db.Model._decl_class_registry.values()

0 commit comments

Comments
 (0)