mirror of
https://github.com/QualityInUse/lab-coverage-maksktl.git
synced 2026-08-05 13:55:28 +03:00
7 lines
134 B
Python
7 lines
134 B
Python
# add your tests in the test_hangman
|
|
# you may use parametrization if needed
|
|
|
|
import pytest
|
|
|
|
def test_hangman():
|
|
assert True |