MCPcopy Index your code
hub / github.com/kivy/python-for-android / setUp

Method setUp

tests/test_androidndk.py:13–16  ·  view source on GitHub ↗

Configure a :class:`~pythonforandroid.androidndk.AndroidNDK` so we can perform our unittests

(self)

Source from the content-addressed store, hash-verified

11 """
12
13 def setUp(self):
14 """Configure a :class:`~pythonforandroid.androidndk.AndroidNDK` so we can
15 perform our unittests"""
16 self.ndk = AndroidNDK("/opt/android/android-ndk")
17
18 @mock.patch("sys.platform", "linux")
19 def test_host_tag_linux(self):

Callers

nothing calls this directly

Calls 1

AndroidNDKClass · 0.90

Tested by

no test coverage detected