pydoit_nb.testing#
Tools to help with testing
assert_doit_tasks_equal#
- assert_doit_tasks_equal(res, exp)[source]#
Assert that doit tasks are equal
This works around the fact that
doit.tools.config_changedobjects don’t compare equal in an easy to use way.- Parameters:
res (
dict[str,typing.Any]) – Task to checkexp (
dict[str,typing.Any]) – Expected value of the task
- Return type: