mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
6 lines
73 B
Python
6 lines
73 B
Python
from _quicktex import _run_ctests
|
|
|
|
|
|
def test_ctests():
|
|
_run_ctests()
|