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

10 lines
260 B
Python
Raw Normal View History

2022-11-29 21:35:24 +01:00
import unittest
from tests.recipes.recipe_lib_test import BaseTestForCmakeRecipe
class TestSnappyRecipe(BaseTestForCmakeRecipe, unittest.TestCase):
"""
An unittest for recipe :mod:`~pythonforandroid.recipes.snappy`
"""
recipe_name = "snappy"