summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/ut/py2/use.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libs/python/ut/py2/use.cpp')
-rw-r--r--contrib/libs/python/ut/py2/use.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/libs/python/ut/py2/use.cpp b/contrib/libs/python/ut/py2/use.cpp
new file mode 100644
index 00000000000..a4a2c8d9bb2
--- /dev/null
+++ b/contrib/libs/python/ut/py2/use.cpp
@@ -0,0 +1,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');
+ }
+}
+