[ADD] Add checks list on tests init file

This commit is contained in:
Adrien Peiffer
2014-10-30 10:07:17 +01:00
parent f957a0ffb1
commit 41e29433da

View File

@@ -28,3 +28,8 @@
#
from . import test_account_journal_period_close
checks = [
test_account_journal_period_close,
]