реализовал ручной тест для установки профиля обеспечения
This commit is contained in:
parent
560274e220
commit
f190a0fc0d
|
|
@ -0,0 +1,8 @@
|
|||
from CommandBuilders.InstallProfileCommandBuilder import InstallProfileCommandBuilder
|
||||
|
||||
line = "install profile 'BuildSample/BuildSample/Profiles/8F606DAE-F9C9-4A19-8EFF-34B990D76C28.mobileprovision'"
|
||||
|
||||
builder = InstallProfileCommandBuilder()
|
||||
command = builder.getCommandFor(line)
|
||||
|
||||
command.execute()
|
||||
|
|
@ -18,5 +18,6 @@ os.chdir(baseDir)
|
|||
#import ManualTests.remove_project
|
||||
#import ManualTests.infoplist_test
|
||||
#import ManualTests.clean_test
|
||||
import Tests.ManualTests.testflight_test
|
||||
#import Tests.ManualTests.testflight_test
|
||||
|
||||
import Tests.ManualTests.install_profile
|
||||
|
|
|
|||
Loading…
Reference in New Issue