commit | dbc3246723f231ed288e2721506b9c058a129ca4 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Mon Mar 11 13:17:18 2024 -0400 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Wed Mar 13 08:39:37 2024 +0100 |
tree | 68422f1bb49df9558da445b968b75b8cb81b9e6d | |
parent | 6eb3c2e4c1fc97b8474eb61c79946d547f607c7b [diff] |
tests: twister: use assert_called_with for multiple calls Do not use assert_called_once_with, we can some functions more than once and test should not prevent that. Signed-off-by: Anas Nashif <anas.nashif@intel.com>