.. _tests: The ``tests`` subpackage ======================== All tests in this subpackage can be run using the command: .. code-block:: bash # BLDFM root directory $ pytest -v tests Unit tests ---------- tests.test\_pbl\_model module ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automodule:: tests.test_pbl_model :members: :undoc-members: :show-inheritance: tests.test\_solver module ^^^^^^^^^^^^^^^^^^^^^^^^^ .. automodule:: tests.test_solver :members: :undoc-members: :show-inheritance: Integration tests ----------------- tests.test\_integration module ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automodule:: tests.test_integration :members: :undoc-members: :show-inheritance: