Add a testcase for Manual

This commit is contained in:
Felix Yan 2015-11-04 23:44:23 +08:00
parent 7595011cbb
commit d77cff9cc7

6
tests/test_manual.py Normal file
View file

@ -0,0 +1,6 @@
from tests.helper import ExternalVersionTestCase
class ManualTest(ExternalVersionTestCase):
def test_manual(self):
self.assertEqual(self.sync_get_version("example", {"manual": "Meow"}), "Meow")