quicktex/tests/test_ctest.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
146 B
Python
Raw Normal View History

import unittest
import _quicktex._ctests as c
class TestCTest(unittest.TestCase):
def test_WidenSumS16(self):
c.test_WidenSumS16()