AltTester-Unity-SDK
AltTester-Unity-SDK copied to clipboard
[Some python tests fail on iOS] test_get_static_property and test_wait_for_component_property_assembly_not_found fail on iOS
Steps to reproduce
- Open the AltTesterDesktop
- Open the sampleGame.ipa on iOS device
- Connect it to the AltServer
- Open the AltTester-Unity-SDK
- Start the tests from python bindings (run command
pytest Bindings~/python/tests/integration
)
Actual result
AR
test_get_static_property
and test_wait_for_component_property_assembly_not_found
fail on iOS. Please take a look at the following errors:
Additional info
Expected result
ER
The tests should be commented on or adjusted so that there are no more errors when running.