Skip to content

Commit cecb234

Browse files
Vasil ChimevVasil Chimev
Vasil Chimev
authored and
Vasil Chimev
committed
Add CocoaPods tests to the runner.c
NativeScript/nativescript-cli#729
1 parent 0308ef7 commit cecb234

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tns_tests_runner.py

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
from tests.platform_osx import Platform_OSX
3030
from tests.plugins_linux import Plugins_Linux
3131
from tests.plugins_osx import Plugins_OSX
32+
from tests.plugins_osx_pods import Plugins_OSX_Pods
3233
from tests.prepare_linux import Prepare_Linux
3334
from tests.prepare_osx import Prepare_OSX
3435
from tests.run_linux import Run_Linux
@@ -116,6 +117,7 @@ def RunTests():
116117
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(Device_Linux))
117118
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(Debug_Linux))
118119
if 'Darwin' in platform.platform():
120+
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(Plugins_OSX_Pods))
119121
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(Deploy_OSX))
120122
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(Run_OSX))
121123
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(LiveSync_Android))

0 commit comments

Comments
 (0)