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

Method setup_method

tests/test_bdistapk.py:176–182  ·  view source on GitHub ↗

Set up test fixtures.

(self)

Source from the content-addressed store, hash-verified

174 """Test BdistAPK, BdistAAR, BdistAAB subclasses."""
175
176 def setup_method(self):
177 """Set up test fixtures."""
178 self.distribution = Distribution({
179 'name': 'TestApp',
180 'version': '1.0.0',
181 })
182 self.distribution.package_data = {}
183
184 def test_bdist_apk_package_type(self):
185 """Test BdistAPK has correct package_type."""

Callers

nothing calls this directly

Calls 1

DistributionClass · 0.90

Tested by

no test coverage detected