mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
8 lines
214 B
Python
8 lines
214 B
Python
|
|
from libfb.py import testutil
|
||
|
|
|
||
|
|
import test_deploy_python_ext
|
||
|
|
|
||
|
|
class TestDeployFromPython(testutil.BaseFacebookTestCase):
|
||
|
|
def test_deploy_from_python(self):
|
||
|
|
self.assertTrue(test_deploy_python_ext.run())
|