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

Method setup_method

tests/test_bdistapk.py:38–44  ·  view source on GitHub ↗

Set up test fixtures.

(self)

Source from the content-addressed store, hash-verified

36 """Test Bdist base class."""
37
38 def setup_method(self):
39 """Set up test fixtures."""
40 self.distribution = Distribution({
41 'name': 'TestApp',
42 'version': '1.0.0',
43 })
44 self.distribution.package_data = {'testapp': ['*.py', '*.kv']}
45
46 @mock.patch('pythonforandroid.bdistapk.ensure_dir')
47 @mock.patch('pythonforandroid.bdistapk.rmdir')

Callers

nothing calls this directly

Calls 1

DistributionClass · 0.90

Tested by

no test coverage detected