Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 979 Bytes

UNITTEST.rst

File metadata and controls

52 lines (36 loc) · 979 Bytes

Helper for unittest

For unittest, classes are available to offer some fonctionnalities

anyblok.tests.testcase

TestCase

from anyblok.tests.testcase import TestCase

TestCase

DBTestCase

Warning

this testcase destroys the test database for each unittest

DBTestCase

BlokTestCase

BlokTestCase