Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/6] Python/IPython unit test changes
@ 2017-07-12  2:40 Andrey Smirnov
  2017-07-12  2:40 ` [Buildroot] [PATCH v2 1/6] testing/infra/emulator: allow to specify pexpect timeout Andrey Smirnov
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Andrey Smirnov @ 2017-07-12  2:40 UTC (permalink / raw)
  To: buildroot

Hi everyone,

This is a second version of the Python/IPython related patchset.

Changes since [v1]:

    - Move timeout from login() to run()

    - Split patch 2/3 in original submission into multiple discreet
      changes

Any feedback is much appreciated!

Thanks,
Andrey Smirnov

[v1]: http://lists.busybox.net/pipermail/buildroot/2017-July/196735.html

Andrey Smirnov (6):
  testing/infra/emulator: allow to specify pexpect timeout
  testing/tests/package/test_python: refactor TestPythonBase
  testing/tests/package/test_python: add TestPython3
  testing/tests/package/test_python: do not hardcode interpreter name
  testing/tests/package/test_python: allow to change timeout
  testing/tests/package: add basic unit test for IPython

 support/testing/infra/emulator.py             |  6 ++--
 support/testing/tests/package/test_ipython.py | 38 ++++++++++++++++++++
 support/testing/tests/package/test_python.py  | 52 +++++++++++++++++++++------
 3 files changed, 82 insertions(+), 14 deletions(-)
 create mode 100644 support/testing/tests/package/test_ipython.py

-- 
2.9.4

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-07-22 20:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-12  2:40 [Buildroot] [PATCH v2 0/6] Python/IPython unit test changes Andrey Smirnov
2017-07-12  2:40 ` [Buildroot] [PATCH v2 1/6] testing/infra/emulator: allow to specify pexpect timeout Andrey Smirnov
2017-07-15  4:21   ` Ricardo Martincoski
2017-07-22 20:39   ` Thomas Petazzoni
2017-07-12  2:40 ` [Buildroot] [PATCH v2 2/6] testing/tests/package/test_python: refactor TestPythonBase Andrey Smirnov
2017-07-15  4:24   ` Ricardo Martincoski
2017-07-22 20:41   ` Thomas Petazzoni
2017-07-12  2:40 ` [Buildroot] [PATCH v2 3/6] testing/tests/package/test_python: add TestPython3 Andrey Smirnov
2017-07-12  2:40 ` [Buildroot] [PATCH v2 4/6] testing/tests/package/test_python: do not hardcode interpreter name Andrey Smirnov
2017-07-12  2:40 ` [Buildroot] [PATCH v2 5/6] testing/tests/package/test_python: allow to change timeout Andrey Smirnov
2017-07-12  2:40 ` [Buildroot] [PATCH v2 6/6] testing/tests/package: add basic unit test for IPython Andrey Smirnov
2017-07-22 20:56 ` [Buildroot] [PATCH v2 0/6] Python/IPython unit test changes Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox