Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TEST][TVMC] Circumvent pytest Mock hijack of FILE argument
A TVMCException will be generated by test_tune_rpc_tracker_parsing test because FILE will be set by pytest to MagicMock(), which is not a valid input. Since FILE is irrelevant for the test in question circumvent the Mock hijack of FILE argument by setting FILE properly. Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
- Loading branch information