test(meta): Play with pytest tests
This commit is contained in:
parent
33bbf42b27
commit
2c864fef59
@ -1,3 +1,21 @@
|
|||||||
class KTKTests:
|
class KTKTests:
|
||||||
def test_adding_two_ints_returns_correct_result(self):
|
#def test_adding_two_ints_returns_correct_result(self):
|
||||||
pass
|
# assert alter(1, 2) == 3
|
||||||
|
# pass
|
||||||
|
|
||||||
|
def test_one(self):
|
||||||
|
assert 1 == 1
|
||||||
|
|
||||||
|
def test_two(self):
|
||||||
|
expect = (1, 2, 3)
|
||||||
|
actual = (1, 2, 3)
|
||||||
|
|
||||||
|
|
||||||
|
def test_adsasd():
|
||||||
|
expect = (1, 2, 3)
|
||||||
|
actual = (1, 2, 3)
|
||||||
|
|
||||||
|
|
||||||
|
def test_aasssd():
|
||||||
|
expect = (1, 2, 3)
|
||||||
|
actual = (1, 2, 3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user