aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/ut/py2/use.cpp
blob: 853fb452dcc37b7280da1c65c75c36ddce6177d7 (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'); 
    } 
}