Skip to content

Commit 059969f

Browse files
committed
[test] Add test for leveldb
1 parent a293a72 commit 059969f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/recipes/test_leveldb.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 TestLeveldbRecipe(BaseTestForCmakeRecipe, unittest.TestCase):
6+
"""
7+
An unittest for recipe :mod:`~pythonforandroid.recipes.leveldb`
8+
"""
9+
recipe_name = "leveldb"

0 commit comments

Comments
 (0)