rikai.testing package

Submodules

rikai.testing.asserters module

Helper functions for using assert() with pytests

rikai.testing.asserters.assert_count_equal(first: Iterable, second: Iterable, msg=None)

Assert first has the same elements as second, regardless of the order.

rikai.testing.utils module

rikai.testing.utils.apply_model_spec(spec: ModelSpec, inputs: Union[Iterator[Series], Iterator[DataFrame]]) Iterator[Series]

Module contents