Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[vstest]: unmark fixture for create/remove_dpb_config_file (#1307)
Fixture "create_dpb_config_file" called directly. Fixtures are not meant to be called directly, but are created automatically when test functions request them as parameters. See https://docs.pytest.org/en/latest/fixture.html for more information about fixtures, and https://docs.pytest.org/en/latest/deprecations.html#calling-fixtures-directly about how to update your code. Signed-off-by: Guohan Lu <lguohan@gmail.com>
- Loading branch information