Source code for sciunit.unit_test.backend_tests

"""Unit tests for backends."""

from sciunit.utils import NotebookTools
import unittest


[docs]class BackendsTestCase(unittest.TestCase, NotebookTools): """Unit tests for the sciunit module""" path = '.'
[docs] def test_backends(self): """Test backends.""" self.do_notebook('backend_tests')