aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/ut/py2/use.cpp
blob: 5cce4a1571bb8cd9b69d617b901b839d1e5fc4ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <contrib/libs/python/ut/lib/test.h>
#include <library/cpp/testing/unittest/registar.h> 

Y_UNIT_TEST_SUITE(TestPy3Binding) {
    Y_UNIT_TEST(version) {
         TTestPyInvoker invoker;
         UNIT_ASSERT_EQUAL(invoker.GetVersion()[0], '2');
    }
}