fix import pytest

This commit is contained in:
bb-idea
2022-06-16 16:48:50 +08:00
parent a380cec355
commit a62a2e144a

View File

@@ -43,7 +43,7 @@ sys.path.insert(0, str(Path(__file__){% for _ in range(diff_levels) %}.parent{%
{% endif %}
{% if parameters or skip %}
import pytes
import pytest
{% endif %}
{% if parameters %}