Merge pull request #201 from robertbaldyga/add-import-pytest

tests: Add missing import pytests in conftest.py
This commit is contained in:
Robert Baldyga
2019-11-27 13:02:01 +01:00
committed by GitHub

View File

@@ -3,6 +3,7 @@
# SPDX-License-Identifier: BSD-3-Clause-Clear # SPDX-License-Identifier: BSD-3-Clause-Clear
# #
import pytest
import os import os
import sys import sys
import yaml import yaml