aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/libs/python/arcadia_test/py3/test_hello.py
blob: 7034f28ba3888f026761e97af7b2c7c71211148d (plain) (blame)
1
2
3
4
5
import arcadia_boost_python_test as M 
 
 
def test_hello(): 
    assert M.hello() == "hello world!"