aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/arcadia_test/python/py2/test_hello.py
blob: 67d1d8f06a28b31409a11deff3fa758ae69637f3 (plain) (blame)
1
2
3
4
5
import arcadia_boost_python_test as M


def test_hello():
    assert M.hello() == "hello world!"