Update examples

This commit is contained in:
Mikhail Nestuley
2022-07-01 10:23:43 +03:00
parent 1ef0520d1e
commit 8e412fb6bc
9 changed files with 187 additions and 51 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import pytest
import os
from conftest import Config
from typing import Type
# noinspection PyAttributeOutsideInit
class TestCase:
"""Base class for all tests."""