Marcus Schäfer
bdb7123fa1
Refactor use of logging facility
...
Use getLogger method instead of a global log object
Also use caplog fixture to capture log messages in
unit tests. This Fixes #1244
2019-10-23 17:54:27 +02:00
Dan Čermák
b015b91679
Stop inheriting from object
...
This is no longer required in Python3
2019-08-22 15:43:27 +02:00
David Cassany
164be0fc54
Make use of the quiet flag of mountpoint command
...
This commit sets the use of -q flag of mountpoint. Kiwi only
checks the return code, thus any stdout is useless in this case.
Fixes #829
2018-10-05 11:08:02 +02:00
Marcus Schäfer
6cc0b2085d
Flake cleanup for unit tests
2017-03-07 13:03:10 +01:00
Marcus Schäfer
400468a455
Cleanup use of temporary directories
...
All mkdtemp created directories are created with the 'kiwi_'
prefix. In addition all code parts which leaves tmpdirs in
the system after kiwi is done were fixed
2016-05-04 11:05:03 +02:00
Marcus Schäfer
e6cc5bfa09
Move from nose to pytest
...
nose is no longer maintained, thus we have to move to another
testing system. This commit updates the tox setup and all tests
to use pytest instead of nose.
2016-03-14 12:23:14 +01:00
Marcus Schäfer
04764a42df
Refactor use of mount/umount calls
...
Provide a MountManager class and handle all mount/umount
calls in instances of MountManager
2016-02-26 16:50:31 +01:00