Home | History | Annotate | Download | only in unittest

Lines Matching refs:any_order

843     def assert_has_calls(self, calls, any_order=False):
847 If `any_order` is False (the default) then the calls must be
851 If `any_order` is True then the calls can be in any order, but
856 if not any_order: