Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] Do not call fixtures directly
Otherwise pytest fails with Fixture "input_json" 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.
- Loading branch information