DEBSOURCES
Skip Quicknav
sources / pydevd / 3.3.0%2Bds-4 / tests_runfiles / samples_integrated / root / test_in_root.py
123456789
import unittest class MyTest(unittest.TestCase): def test1(self): print("--on-test-1") def test2(self): print("--on-test-2")