Skip to content

Commit a293a72

Browse files
committed
[test] Add test for snappy
1 parent 07e1847 commit a293a72

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/recipes/test_snappy.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import unittest
2+
from tests.recipes.recipe_lib_test import BaseTestForCmakeRecipe
3+
4+
5+
class TestSnappyRecipe(BaseTestForCmakeRecipe, unittest.TestCase):
6+
"""
7+
An unittest for recipe :mod:`~pythonforandroid.recipes.snappy`
8+
"""
9+
recipe_name = "snappy"

0 commit comments

Comments
 (0)