#1422 Allow test calls in any order
Merged 3 years ago by lsedlar. Opened 3 years ago by lsedlar.
lsedlar/pungi fix-tests  into  master

file modified
+2 -1
@@ -170,7 +170,8 @@ 

                  mock.call(

                      old_repo, os.path.join(self.compose.topdir, "work/x86_64/repo/foo")

                  ),

-             ]

+             ],

+             any_order=True,

          )

          self.compose.log_info.assert_has_calls(

              [

There are threads involved and the order is undefined. We need to accept any order.

Looks good to me. :thumbsup:

Pull-Request has been merged by lsedlar

3 years ago