mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-22641: test added
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from unittest import TestCase
|
||||
|
||||
|
||||
def test_funeggs():
|
||||
pass
|
||||
|
||||
|
||||
class EggsTest(TestCase):
|
||||
def test_metheggs(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user