Commit Graph

8 Commits

Author SHA1 Message Date
Marcus Schäfer
011996cd5b
Make sure CliTask instance reads the config file
Any instance of a CliTask has to read the runtime config file
if present
2017-06-19 18:00:56 +02:00
Marcus Schäfer
49dbc2f2cc Activate reading of runtime config in tasks
Implement reading of runtime configuration file in base
commandline class. Issue #373
2017-06-19 09:45:00 +02: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
Marcus Schäfer
08ee4ee420
Create instance of runtime_checker for any CliTask 2016-05-08 18:32:01 +02:00
Marcus Schäfer
e68d61dc6b
Make color output an option
By default no color output is used
2016-04-01 22:50:00 +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
1ab40fa33a
Continue Refactor into subpackage
Move task classes into tasks namespace
2016-03-08 16:21:00 +01:00