Source code for tests.recipes.cad1.task2.baseline.test_merge_batches

"""Test for merge_batches module"""

import pytest


[docs] @pytest.mark.skip(reason="Not implemented yet") def test_join_batches(): """Test the function join_batches"""