mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-25 11:46:54 +01:00
Added tests for compat.py
This commit is contained in:
parent
a5a76a8e1c
commit
89a4368c1e
8
tests/test_compat.py
Normal file
8
tests/test_compat.py
Normal file
@ -0,0 +1,8 @@
|
||||
from minecraft import compat # noqa unused-import
|
||||
|
||||
import unittest
|
||||
|
||||
|
||||
class TestCompatInput(unittest.TestCase):
|
||||
def test_import_input(self):
|
||||
from minecraft.compat import input # noqa unused-import
|
Loading…
Reference in New Issue
Block a user