sjansen/mecha

View on GitHub
spikes/pytest/testdata/example/a_test.py

Summary

Maintainability
A
0 mins
Test Coverage
from time import sleep

def test__a__1():
    sleep(0.25)


def test__a__2():
    sleep(0.25)


def test__a__3():
    sleep(0.25)
    assert 1 == 2


def test__a__4():
    sleep(0.25)


def test__a__5():
    sleep(0.25)


def test__a__6():
    sleep(0.25)