Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] support/run-test: move pacakges' tests to packages' directories
@ 2017-09-16 20:38 Yann E. MORIN
  2017-09-16 20:38 ` [Buildroot] [PATCH 1/2] support/run-tests: move packages tests to packages directories Yann E. MORIN
  2017-09-16 20:38 ` [Buildroot] [PATCH 2/2] testing: add python-cryptography tests Yann E. MORIN
  0 siblings, 2 replies; 11+ messages in thread
From: Yann E. MORIN @ 2017-09-16 20:38 UTC (permalink / raw)
  To: buildroot

Hello All!

It looks more logical to have packages' tests right next to the packages
own descriptions, side by side with the Config.in and the .mk files.

If this solution is accepted, then it will also allow to easily add
tests directly in the filesystems and boot directories.


Regards,
Yann E. MORIN.


The following changes since commit c665c7c9cd6646b135cdd9aa7036809f7771ab80

  netsnmp: install all MIB files (2017-09-13 23:23:40 +0200)


are available in the git repository at:

  git://git.buildroot.org/~ymorin/git/buildroot.git

for you to fetch changes up to 5d8ea4ebb51023d3943fb4e5a1678f8cfba70527

  testing: add python-cryptography tests (2017-09-16 22:20:52 +0200)


----------------------------------------------------------------
Yann E. MORIN (1):
      support/run-tests: move packages tests to packages directories

Yegor Yefremov (1):
      testing: add python-cryptography tests

 .gitignore                                         |  1 +
 .gitlab-ci.yml                                     |  2 ++
 .../dropbear/dropbear.py                           |  0
 package/python-cryptography/python-cryptography.py | 31 ++++++++++++++++++++++
 .../python-ipython/python-ipython.py               |  0
 .../test_python.py => package/python/python.py     |  0
 support/testing/run-tests                          | 22 +++++++++++++++
 support/testing/tests/package/__init__.py          |  0
 8 files changed, 56 insertions(+)
 rename support/testing/tests/package/test_dropbear.py => package/dropbear/dropbear.py (100%)
 create mode 100644 package/python-cryptography/python-cryptography.py
 rename support/testing/tests/package/test_ipython.py => package/python-ipython/python-ipython.py (100%)
 rename support/testing/tests/package/test_python.py => package/python/python.py (100%)
 delete mode 100644 support/testing/tests/package/__init__.py

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2017-10-02 20:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-16 20:38 [Buildroot] [PATCH 0/2] support/run-test: move pacakges' tests to packages' directories Yann E. MORIN
2017-09-16 20:38 ` [Buildroot] [PATCH 1/2] support/run-tests: move packages tests to packages directories Yann E. MORIN
2017-09-17  5:20   ` Ricardo Martincoski
2017-09-17  7:18     ` Yann E. MORIN
2017-09-17  7:52       ` Yann E. MORIN
2017-10-02  0:54         ` Ricardo Martincoski
2017-10-02  5:32           ` Yann E. MORIN
2017-10-02 20:33             ` Ricardo Martincoski
2017-09-16 20:38 ` [Buildroot] [PATCH 2/2] testing: add python-cryptography tests Yann E. MORIN
2017-09-17  5:26   ` Ricardo Martincoski
2017-09-17  7:19     ` Yann E. MORIN

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