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
commit 8dff1defca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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