summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-08 15:36:15 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-12-08 20:50:08 +0100
commitba99ccaae428a2fefd10a25f6dfda2fa99acc667 (patch)
tree6834a0639b22b8acecc479a232bacc1ebf2957e3 /support
parentf546c35ab242919020584514063ad12da1d24c15 (diff)
downloadbuildroot-ba99ccaae428a2fefd10a25f6dfda2fa99acc667.tar.gz
buildroot-ba99ccaae428a2fefd10a25f6dfda2fa99acc667.zip
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>
Diffstat (limited to 'support')
-rw-r--r--support/testing/tests/package/test_python.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/support/testing/tests/package/test_python.py b/support/testing/tests/package/test_python.py
index c422bdbf50..bcd363ad1e 100644
--- a/support/testing/tests/package/test_python.py
+++ b/support/testing/tests/package/test_python.py
@@ -120,7 +120,6 @@ class TestPythonPackageBase(TestPythonBase):
self.assertEqual(exit_code, 0)
def test_run(self):
- """Test a python package."""
self.login()
self.check_sample_scripts_exist()
self.run_sample_scripts()
OpenPOWER on IntegriCloud