mirror of
https://github.com/kristoferssolo/Tetris.git
synced 2026-03-22 00:36:20 +00:00
chore(gh-actions): add tests
This commit is contained in:
6
tests/test_blank.py
Normal file
6
tests/test_blank.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import unittest
|
||||
|
||||
|
||||
class TestBlank(unittest.TestCase):
|
||||
def test(self) -> None:
|
||||
pass
|
||||
Reference in New Issue
Block a user