python3.11-Cython/tests/tutorial.py
Lukas Zachar ed88f06bb9 Add tmt gating plan
Resolves: rhbz#2159304
2023-02-01 03:18:48 +01:00

6 lines
82 B
Python

import pyximport
pyximport.install()
import helloworld
assert helloworld.works()