mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
9 lines
146 B
Python
9 lines
146 B
Python
import unittest
|
|
|
|
import _quicktex._ctests as c
|
|
|
|
|
|
class TestCTest(unittest.TestCase):
|
|
def test_WidenSumS16(self):
|
|
c.test_WidenSumS16()
|