simpleml.tests.integration package

Test suites that span the full implementation (end-to-end)

Integration tests assume a functional environment with active database connections

class simpleml.tests.integration.IntegrationTestSuite[source]

Bases: unittest.suite.TestSuite

run(*args, **kwargs)[source]
setUp()[source]
tearDown()[source]
class simpleml.tests.integration.PostgresIntegrationTestSuite[source]

Bases: simpleml.tests.integration.IntegrationTestSuite

Integration tests with Postgres fixture

setUp()[source]
tearDown()[source]
class simpleml.tests.integration.SqliteIntegrationTestSuite[source]

Bases: simpleml.tests.integration.IntegrationTestSuite

Integration tests with sqlite fixture

setUp()[source]
tearDown()[source]
simpleml.tests.integration.load_tests(*args, **kwargs)[source]
simpleml.tests.integration.run_tests()[source]