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

Method test_link_root

tests/recipes/test_python3.py:29–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 )
28
29 def test_link_root(self):
30 expected_link_root = join(
31 self.recipe.get_build_dir(self.arch.arch), 'android-build',
32 )
33 self.assertEqual(
34 expected_link_root, self.recipe.link_root(self.arch.arch)
35 )
36
37 @mock.patch("pythonforandroid.recipes.python3.subprocess.call")
38 def test_compile_python_files(self, mock_subprocess):

Callers

nothing calls this directly

Calls 2

get_build_dirMethod · 0.45
link_rootMethod · 0.45

Tested by

no test coverage detected