from tests.package.test_python import TestPythonPackageBase
-class TestPythonPy2Cryptography(TestPythonPackageBase):
- __test__ = True
- config = TestPythonPackageBase.config + \
- """
- BR2_PACKAGE_PYTHON=y
- BR2_PACKAGE_PYTHON_CRYPTOGRAPHY=y
- """
- sample_scripts = ["tests/package/sample_python_cryptography.py"]
- timeout = 40
-
-
class TestPythonPy3Cryptography(TestPythonPackageBase):
__test__ = True
config = TestPythonPackageBase.config + \
from tests.package.test_python import TestPythonPackageBase
-class TestPythonPy2ServiceIdentity(TestPythonPackageBase):
- __test__ = True
- config = TestPythonPackageBase.config + \
- """
- BR2_PACKAGE_PYTHON=y
- BR2_PACKAGE_PYTHON_SERVICE_IDENTITY=y
- """
- sample_scripts = ["tests/package/sample_python_service_identity.py"]
- timeout = 30
-
-
class TestPythonPy3ServiceIdentity(TestPythonPackageBase):
__test__ = True
config = TestPythonPackageBase.config + \
self.assertEqual(exit_code, 0)
-class TestPythonPy2Treq(TestPythonTreq):
- __test__ = True
- config = TestPythonTreq.config + \
- """
- BR2_PACKAGE_PYTHON=y
- BR2_PACKAGE_PYTHON_TREQ=y
- """
-
-
class TestPythonPy3Treq(TestPythonTreq):
__test__ = True
config = TestPythonTreq.config + \
self.assertEqual(exit_code, 0)
-class TestPythonPy2Twisted(TestPythonTwisted):
- __test__ = True
- config = TestPythonTwisted.config + \
- """
- BR2_PACKAGE_PYTHON=y
- BR2_PACKAGE_PYTHON_TWISTED=y
- """
-
-
class TestPythonPy3Twisted(TestPythonTwisted):
__test__ = True
config = TestPythonTwisted.config + \
from tests.package.test_python import TestPythonPackageBase
-class TestPythonPy2Txtorcon(TestPythonPackageBase):
- __test__ = True
- config = TestPythonPackageBase.config + \
- """
- BR2_PACKAGE_PYTHON=y
- BR2_PACKAGE_PYTHON_TXTORCON=y
- """
- sample_scripts = ["tests/package/sample_python_txtorcon.py"]
- timeout = 30
-
-
class TestPythonPy3Txtorcon(TestPythonPackageBase):
__test__ = True
config = TestPythonPackageBase.config + \