MCPcopy
hub / github.com/nitrain/nitrain / run_tests

Function run_tests

tests/main.py:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9from copy import deepcopy
10
11def run_tests():
12 import faulthandler
13 faulthandler.enable()
14 unittest.main(verbosity=2)

Callers 15

test_loaders.pyFile · 0.90
test_models.pyFile · 0.90
test_bugs.pyFile · 0.90
test_datasets.pyFile · 0.90
test_readers.pyFile · 0.90
test_samplers.pyFile · 0.90
test_trainers.pyFile · 0.90
test_predictors.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected