Commit Graph

6 Commits

Author SHA1 Message Date
Marcus Schäfer
37d09c1b57 Apply code quality checks for unit tests too 2017-03-07 15:50:40 +01:00
Marcus Schäfer
6cc0b2085d Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
Marcus Schäfer
c91820aa27 Cleanup unit tests using sys.argv
The tests should restore to the default argv option set
as provided by the test_helper
2016-10-25 17:51:57 +02:00
Bo Maryniuk
596ff2da23 Add mock_open and patch_open helpers 2016-06-07 17:35:06 +02:00
Thomas Schraitle
fd382e797f Remove kiwi.logger.init() function
The init function is mostly unneccessary and can be directly created
in the kiwi.logger module.
2016-04-30 12:05:27 +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