aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/ut/py3/use.cpp
blob: 8a2531bcc1246f4024fd0de9db0e6001afbe8467 (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], '3');
    }
}