PY-22641: test added

This commit is contained in:
Ilya.Kazakevich
2017-02-18 01:38:05 +03:00
parent 9b18dfc065
commit 6539acd170
@@ -0,0 +1,10 @@
from unittest import TestCase
def test_funeggs():
pass
class EggsTest(TestCase):
def test_metheggs(self):
pass