lbry-android-sdk/p4a/tests/recipes/test_png.py

11 lines
288 B
Python
Raw Normal View History

2022-11-29 21:35:24 +01:00
import unittest
from tests.recipes.recipe_lib_test import BaseTestForMakeRecipe
class TestPngRecipe(BaseTestForMakeRecipe, unittest.TestCase):
"""
An unittest for recipe :mod:`~pythonforandroid.recipes.png`
"""
recipe_name = "png"
sh_command_calls = ["./configure"]