[elbe-devel] [PATCH v2 0/9] Elbe unit testing
Olivier Dion
dion at linutronix.de
Wed May 13 17:34:08 CEST 2020
The following changes since commit dc9b6e81da58e9aa0968cad4b82d1727fe1d9062:
debian changelog: bump version to 12.4 (2020-04-30 12:27:02 +0200)
are available in the Git repository at:
git at lxcvs:linutronix/elbe/elbe.git devel/dion/unittests
for you to fetch changes up to 9ded37784c6dfb831aeeacaccb95525ae279aefc:
filesystem: Handle sysmlinks for w/r/a operations (2020-05-13 11:26:21 -0400)
----------------------------------------------------------------
Olivier Dion (6):
commands test: Create Elbe unit test wrapper
tests efilesystem: Test for multiple symlinks for copy_filelist
tests efilesystem: Test bad file for copy_filelist
efilesystem: Fix copy_filelist to handle symlinks
filesystem: Change os.errno to errno module
filesystem: Handle sysmlinks for w/r/a operations
Torben Hohn (3):
tests version: Introduction to Elbe unit testing
tests efilesystem: Add tests for copy_fileslist
tests efilesystem: Add deeplinks test for copy_filelist
elbepack/commands/test.py | 16 +++++++
elbepack/efilesystem.py | 65 +++++++++++++++++++++++------
elbepack/filesystem.py | 27 ++++++------
elbepack/tests/__init__.py | 0
elbepack/tests/test_efilesystem.py | 85 ++++++++++++++++++++++++++++++++++++++
elbepack/tests/test_version.py | 32 ++++++++++++++
6 files changed, 200 insertions(+), 25 deletions(-)
create mode 100644 elbepack/commands/test.py
create mode 100644 elbepack/tests/__init__.py
create mode 100644 elbepack/tests/test_efilesystem.py
create mode 100644 elbepack/tests/test_version.py
--
Olivier Dion
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
More information about the elbe-devel
mailing list