Exemple #1
0
# -*- coding: utf-8 -*-
import common
import time
import pytest
common.check_pytest(__file__ + ' ')


def test_c1t1(tsf):
    time.sleep(2)
    print('captured stdout error')
    assert 1, 'Assertion error message'
Exemple #2
0
# -*- coding: utf-8 -*-
import common
import time
import pytest
common.check_pytest(__file__)


def test_c4t1():
    """
    Этот тест супер жирный
    """
    time.sleep(1)
    assert True