D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
lib64
/
python3.6
/
site-packages
/
cymem
/
tests
/
Filename :
test_import.py
back
Copy
# This is a very weak test, but testing Cython code can be hard. So, at least check # we can create the object... from cymem.cymem import Pool, Address def test_pool(): mem = Pool() assert mem.size == 0 def test_address(): address = Address(1, 2)