Home
last modified time | relevance | path

Searched refs:TestPythonBase (Results 1 – 2 of 2) sorted by relevance

/buildroot/support/testing/tests/package/
A Dtest_ipython.py1 from tests.package.test_python import TestPythonBase
11 class TestIPythonPy3(TestPythonBase):
12 config = TestPythonBase.config + \
A Dtest_python.py6 class TestPythonBase(infra.basetest.BRTest): class
42 class TestPython3Pyc(TestPythonBase):
43 config = TestPythonBase.config + \
56 class TestPython3Py(TestPythonBase):
57 config = TestPythonBase.config + \
71 class TestPython3PyPyc(TestPythonBase):
72 config = TestPythonBase.config + \
86 class TestPythonPackageBase(TestPythonBase):

Completed in 7 milliseconds