kumquat-buildroot/support/testing/tests/package
Thomas Petazzoni ba99ccaae4 support/testing: drop docstring in TestPythonPackageBase::test_run()
Having a docstring in the test_run() method clutters the "run-tests
-l" output:

test_run (tests.package.test_python_crossbar.TestPythonPy3Crossbar)
Test a python package. ... ok
[...]
test_run (tests.package.test_python_pexpect.TestPythonPy2Pexpect)
Test a python package. ... ok
test_run (tests.package.test_python_pexpect.TestPythonPy3Pexpect)
Test a python package. ... ok
test_run (tests.package.test_python_twisted.TestPythonPy2Twisted)
Test a python package. ... ok
test_run (tests.package.test_python_twisted.TestPythonPy3Twisted)
Test a python package. ... ok
test_run (tests.package.test_python_pynacl.TestPythonPy2Pynacl)
Test a python package. ... ok
test_run (tests.package.test_python_pynacl.TestPythonPy3Pynacl)
Test a python package. ... ok

So let's simply drop this docstring that is not particularly useful.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-12-08 20:50:08 +01:00
..
__init__.py support/testing: add package tests 2017-05-07 22:04:54 +02:00
copy-sample-script-to-target.sh support/testing: create default test case for python packages 2018-11-13 20:55:45 +01:00
sample_python_argh.py support/testing: add python-argh tests 2018-11-23 22:05:46 +01:00
sample_python_attrs.py support/testing: add python-attrs tests 2018-11-23 22:05:46 +01:00
sample_python_autobahn.py support/testing: use TestPythonPackageBase for python-autobahn 2018-11-13 20:55:45 +01:00
sample_python_automat.py support/testing: add python-automat tests 2018-11-23 22:05:46 +01:00
sample_python_bitstring.py support/testing: add python-bitstring tests 2018-11-23 22:05:46 +01:00
sample_python_cbor_dec.py support/testing: add python-cbor tests 2018-11-23 22:05:46 +01:00
sample_python_cbor_enc.py support/testing: add python-cbor tests 2018-11-23 22:05:46 +01:00
sample_python_click.py support/testing: add python-click tests 2018-11-23 22:05:46 +01:00
sample_python_constantly.py support/testing: add python-constantly tests 2018-11-23 22:05:46 +01:00
sample_python_crossbar.py support/testing: add python-crossbar tests 2018-11-13 20:55:49 +01:00
sample_python_cryptography.py support/testing: use TestPythonPackageBase for python-cryptography 2018-11-13 20:55:45 +01:00
sample_python_incremental.py support/testing: use TestPythonPackageBase for python-incremental 2018-11-13 20:55:45 +01:00
sample_python_passlib.py support/testing: add python-passlib tests 2018-11-23 22:05:46 +01:00
sample_python_pexpect.py support/testing: add python-pexpect tests 2018-11-23 22:05:46 +01:00
sample_python_pynacl.py support/testing: add python-pynacl tests 2018-11-23 22:05:46 +01:00
sample_python_pyyaml_dec.py support/testing: add python-pyyaml tests 2018-11-23 22:05:46 +01:00
sample_python_pyyaml_enc.py support/testing: add python-pyyaml tests 2018-11-23 22:05:46 +01:00
sample_python_service_identity.py support/testing: add python-service-identity tests 2018-11-23 22:05:46 +01:00
sample_python_subprocess32.py support/testing: add python-subprocess32 test 2018-11-23 22:05:46 +01:00
sample_python_treq.py support/testing: add python-treq tests 2018-11-23 22:05:46 +01:00
sample_python_twisted.py support/testing: use TestPythonPackageBase for python-twisted 2018-11-13 20:55:45 +01:00
sample_python_txaio_asyncio.py support/testing: use TestPythonPackageBase for python-txaio 2018-11-13 20:55:45 +01:00
sample_python_txaio_twisted.py support/testing: use TestPythonPackageBase for python-txaio 2018-11-13 20:55:45 +01:00
sample_python_txtorcon.py support/testing: use TestPythonPackageBase for python-txtorcon 2018-11-13 20:55:45 +01:00
sample_python_ubjson_dec.py support/testing: add python-ubjson tests 2018-11-23 22:05:46 +01:00
sample_python_ubjson_enc.py support/testing: add python-ubjson tests 2018-11-23 22:05:46 +01:00
test_dropbear.py support/testing: fix code style 2017-10-06 18:56:49 +02:00
test_ipython.py support/testing: fix code style 2017-10-06 18:56:49 +02:00
test_lua.py support/testing: add lua test 2018-12-06 22:37:10 +01:00
test_perl_class_load.py support/testing/tests/packages/test_perl_*: regeneration 2018-12-06 22:19:59 +01:00
test_perl_dbd_mysql.py support/testing: add perl-dbd-mysql test 2018-12-06 22:30:30 +01:00
test_perl_encode_detect.py support/testing: add perl-encode-decode test 2018-12-06 22:30:36 +01:00
test_perl_gdgraph.py support/testing/tests/packages/test_perl_*: regeneration 2018-12-06 22:19:59 +01:00
test_perl_io_socket_multicast.py support/testing: add perl-io-socket-multicast test 2018-12-06 22:30:40 +01:00
test_perl_io_socket_ssl.py support/testing: add perl-io-socket-ssl test 2018-12-06 22:30:46 +01:00
test_perl_libwww_perl.py support/testing/tests/packages/test_perl_*: regeneration 2018-12-06 22:19:59 +01:00
test_perl_mail_dkim.py support/testing/tests/packages/test_perl_*: regeneration 2018-12-06 22:19:59 +01:00
test_perl_x10.py support/testing/tests/packages/test_perl_*: regeneration 2018-12-06 22:19:59 +01:00
test_perl_xml_libxml.py support/testing/tests/packages/test_perl_*: regeneration 2018-12-06 22:19:59 +01:00
test_perl.py support/testing: add perl test 2018-12-03 20:48:49 +01:00
test_prosody.py support/testing: add prosody test 2018-12-06 23:08:59 +01:00
test_python_argh.py support/testing: add python-argh tests 2018-11-23 22:05:46 +01:00
test_python_attrs.py support/testing: add python-attrs tests 2018-11-23 22:05:46 +01:00
test_python_autobahn.py support/testing: use TestPythonPackageBase for python-autobahn 2018-11-13 20:55:45 +01:00
test_python_automat.py support/testing: add python-automat tests 2018-11-23 22:05:46 +01:00
test_python_bitstring.py support/testing: add python-bitstring tests 2018-11-23 22:05:46 +01:00
test_python_cbor.py support/testing: add python-cbor tests 2018-11-23 22:05:46 +01:00
test_python_click.py support/testing: add python-click tests 2018-11-23 22:05:46 +01:00
test_python_constantly.py support/testing: add python-constantly tests 2018-11-23 22:05:46 +01:00
test_python_crossbar.py support/testing: add python-crossbar tests 2018-11-13 20:55:49 +01:00
test_python_cryptography.py support/testing: use TestPythonPackageBase for python-cryptography 2018-11-13 20:55:45 +01:00
test_python_incremental.py support/testing: use TestPythonPackageBase for python-incremental 2018-11-13 20:55:45 +01:00
test_python_passlib.py support/testing: add python-passlib tests 2018-11-23 22:05:46 +01:00
test_python_pexpect.py support/testing: add python-pexpect tests 2018-11-23 22:05:46 +01:00
test_python_pynacl.py support/testing: add python-pynacl tests 2018-11-23 22:05:46 +01:00
test_python_pyyaml.py support/testing: add python-pyyaml tests 2018-11-23 22:05:46 +01:00
test_python_service_identity.py support/testing: add python-service-identity tests 2018-11-23 22:05:46 +01:00
test_python_subprocess32.py support/testing: add python-subprocess32 test 2018-11-23 22:05:46 +01:00
test_python_treq.py support/testing: add python-treq tests 2018-11-23 22:05:46 +01:00
test_python_twisted.py support/testing: use TestPythonPackageBase for python-twisted 2018-11-13 20:55:45 +01:00
test_python_txaio.py support/testing: use TestPythonPackageBase for python-txaio 2018-11-13 20:55:45 +01:00
test_python_txtorcon.py support/testing: use TestPythonPackageBase for python-txtorcon 2018-11-13 20:55:45 +01:00
test_python_ubjson.py support/testing: add python-ubjson tests 2018-11-23 22:05:46 +01:00
test_python.py support/testing: drop docstring in TestPythonPackageBase::test_run() 2018-12-08 20:50:08 +01:00
test_rust.py support/testing/test_rust: use standard defconfig fragment style 2018-11-20 09:01:08 +01:00
test_syslog_ng.py support/testing: add test for syslog-ng 2018-04-19 23:16:15 +02:00